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

新建存储目录

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中增加存储目录