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

多个store_path的缩容问题 #661

Open lystormenvoy opened 11 months ago

lystormenvoy commented 11 months ago

想请教一下,配置了多个store_path的情况下,如果需要进行某个path的维护,是否有什么方案将特定的store_path下线? 还是就是简单的修改配置完文件重启fastdfs。维护完再改回来?

happyfish100 commented 10 months ago

FastDFS不支持这种方式的缩容。

lystormenvoy commented 10 months ago

FastDFS不支持这种方式的缩容。

在使用网络存储作为path的情况下,可能会有这个文件系统需要维护的情况,可以考虑支持一下,标记特定的path为维护状态,选path时skip掉,类似这样。 just suggestion