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.99k stars 1.98k forks source link

在无需使用双IP的环境中是否有必要配置storage_ids? #712

Open Hintic opened 2 months ago

Hintic commented 2 months ago

Storage_ids.conf配置文件需要在每一台tracker主机和每一台storage主机的/etc/fdfs目录下配置,扩容变更运维极其困难,请问一下在无需使用双IP的环境中是否有必要配置storage_ids?使用它的最大的好处是什么?

happyfish100 commented 2 months ago

默认使用 IP 地址作为服务器标识,推荐使用 server id作为服务器标识,此时就需要配置 storage_ids.conf。