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
9.03k stars 1.99k forks source link

fastdfs集群容量问题 #717

Closed ppry123 closed 2 months ago

ppry123 commented 2 months ago

我按照wiki的安装步骤部署了一个3台主机的集群,每台都启动了tracker+storage,通过/usr/bin/fdfs_monitor /etc/fdfs/storage.conf查看集群的disk total space并不是3台相加而是和单个服务器容量一样,测试了上传文件好像看起来每台主机都上传了一份相同的副本,请问下大佬应该怎么配置才能实现3台容量相加的效果

happyfish100 commented 2 months ago

那就采用单副本,这样就没有冗余了。

ppry123 commented 2 months ago

那就采用单副本,这样就没有冗余了。

具体怎么配置呀大佬,请不吝赐教

ppry123 commented 2 months ago

现在每个机器我弄了一个group,3台都配了nginx,看起来是解决了