新建存储目录

mkdir /opt/fastdfs_storage_data1

FastDFS 在同一个storage server中增加存储目录

修改配置文件storage.conf

store_path_count=2  ##将原来的1改为2
store_path1=/opt/fastdfs_storage_data1  ##新增

FastDFS 在同一个storage server中增加存储目录
修改配置文件mod_storage.conf

store_path_count=2  ##将原来的1改为2
store_path1=/opt/fastdfs_storage_data1  ##新增
##在[group1]中添加store_path1
store_path1=/opt/fastdfs_storage_data1

FastDFS 在同一个storage server中增加存储目录
FastDFS 在同一个storage server中增加存储目录

修改/usr/include/nginx/conf/nginx.conf配置文件,新增group1/M01
FastDFS 在同一个storage server中增加存储目录
重启服务
FastDFS 在同一个storage server中增加存储目录

FastDFS 在同一个storage server中增加存储目录

FastDFS 在同一个storage server中增加存储目录

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2021-09-05
  • 2021-06-24
  • 2021-09-11
猜你喜欢
  • 2021-07-22
  • 2021-07-06
  • 2021-05-20
  • 2021-08-22
  • 2022-02-02
  • 2021-08-31
  • 2021-12-27
相关资源
相似解决方案