4. fastdfs安装Storage
·
- 进入到/etc/fdfs目录,cp一份storage的配置文件
[root@bogon fdfs]# cp storage.conf.sample storage.conf
- 创建目录:
(1)base用于存储基础数据和日志
(2)store用于存储上传数据
[root@bogon module]# mkdir -p /opt/module/storage/base
[root@bogon module]# mkdir -p /opt/module/storage/store

3. 修改配置文件: 修改如下的配置项
[root@bogon fdfs]# vim storage.conf



ip为配置的tracker服务器的路径,此处我把tracker和storage装在一台机器上.

4. 启动服务:
[root@bogon storage]# service fdfs_storaged start


5. 查看一下状态:
[root@bogon storage]# service fdfs_storaged status


更多推荐


所有评论(0)