acelyc111 commented on code in PR #1427: URL: https://github.com/apache/incubator-pegasus/pull/1427#discussion_r1159251716
########## src/common/fs_manager.cpp: ########## @@ -297,17 +321,29 @@ bool fs_manager::for_each_dir_node(const std::function<bool(const dir_node &)> & void fs_manager::update_disk_stat(bool check_status_changed) { - reset_disk_stat(); + _total_capacity_mb = 0; + _total_available_mb = 0; Review Comment: OK -- 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: dev-unsubscr...@pegasus.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pegasus.apache.org For additional commands, e-mail: dev-h...@pegasus.apache.org