#7953·rustfs

[BugOrClarification}: Object Count and Size not shown: What's wrong

Author: leleobhzCreated Sep 16, 2026Updated Sep 17, 2026
LabelsS-reproducing

Issue description

Hello!

As the screenshot below, for a bucket I'm unable to see Object Count and Size.

Image

I tried rc admin heal start myrustfs --scan-mode deep but without sucess.

Why I cannot see the size? This is an issue to be mapped or some procedure to fix this issue already exists?

Envioronment information

  • Linux base:
[root@s3 ~]# cat /etc/*release
NAME="Rocky Linux"
VERSION="10.2 (Red Quartz)"
...
  • Instalation Method: rpm -Uvh rustfs-1.0.0-1.x86_64.rpm

  • RustFS /etc/default/rustfs:

bash
# RustFS Environment Configuration
# See https://rustfs.com/docs/ for more information
# RUSTFS_VOLUMES=""
# RUSTFS_ROOT_USER=""
# RUSTFS_ROOT_PASSWORD=""

RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*"
RUSTFS_OBS_LOGGER_LEVEL="info"
RUSTFS_OBS_ENVIRONMENT="production"
RUSTFS_VOLUMES="/data"
RUSTFS_ACCESS_KEY="<REDACTED>"
RUSTFS_SECRET_KEY="<REDACTED>"
RUSTFS_TLS_PATH="/opt/rustfs_ssl"
RUSTFS_TLS_RELOAD_ENABLE="false"
RUSTFS_HEALTH_ENDPOINT_ENABLE="false"
RUSTFS_SCANNER_ENABLED="true"
RUSTFS_HEAL_ENABLED="true"