happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.97k stars 1.98k forks source link

关于tracker的配置参数reserved_storage_space使用上有几个疑问,望大佬解答 #654

Closed heshc closed 11 months ago

heshc commented 11 months ago

FastDFS v6.04 1、fastdfs集群,两个tracker两个storage,若tracker中reserved_storage_space设置的百分比不一样时,storage是不是取最大的那个百分比 2、当tracker中reserved_storage_space设置具体大小时,如2G,重启集群后,通过查看日志,tracker的参数取值正常,但storage中reserved_storage_space取的是0MB,是否设置具体大小有问题?如下截图 image image

happyfish100 commented 11 months ago

你升级到最新的 FastDFS v6.9.5,然后看看有没有什么问题。

heshc commented 11 months ago

升级到最新版本v6.9.5后问题解决