elvestar opened a new issue, #11053: URL: https://github.com/apache/doris/issues/11053
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.15.x and newer versions ### What's Wrong? When I extend my filesystem partition to fill available disk space online by using **_growpart_** and **_resize2fs_**, I found that the **_disks_total_capacity_** metrics still be old value, it is not updated synchronously! I retrieved logs of BE, and I found that available capacity is larger than total capacity! `I0720 23:32:50.335986 9440 data_dir.cpp:837] path: /path/to/palobe/data total capacity: 232380727296, available capacity: 250195152896` I have to restart BE to correct the value of this metrics (**_disks_total_capacity_**). ### What You Expected? I expected that **_disks_total_capacity_** metrics to be updated correctly. ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org