uchenily commented on issue #65545: URL: https://github.com/apache/doris/issues/65545#issuecomment-4957023569
This bug is related to the fs type, in btrfs, inodes are always reported as 0. https://git.openembedded.org/bitbake/diff/?h=2.0&id=a7f6c3e67bd9170e93b2b94676e84018faf0df91 https://mpdesouza.com/blog/btrfs-for-mere-mortals-inode-allocation/#btrfs-inodes ``` df -i /home/chen/Programming/doris-4.1/output/be/file_cache 文件系统 Inodes 已用I 可用I 已用I% 挂载点 /dev/nvme0n1p3 0 0 0 - /home ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
