minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

mc du don't display results similar values ​​on the minio console. #4879

Closed vedricopane closed 7 months ago

vedricopane commented 7 months ago

Expected behavior

mc du display results similar values ​​on the minio console. Example : in console size bucketA = 2 TiB, in mc du size bucketA = 2 TiB

Actual behavior

mc du display wrong results. Example : in console size bucketA = 2 TiB, in mc du size bucketA = 11 GiB, sometimes 4 GiB.

Steps to reproduce the behavior

mc du alias/bucketA

mc --version

System information

harshavardhana commented 7 months ago

Console UI relies on scanner to provide the usage updates - mc du calculates what is currently on the namespace.

If the scanner has to updated the usage yet the information will be lower.

vedricopane commented 7 months ago

Console UI relies on scanner to provide the usage updates - mc du calculates what is currently on the namespace.

If the scanner has to updated the usage yet the information will be lower.

So what can i do to calculate bucket size from mc tools ?