一:拓扑图二:安装前准备tracker1:192.168.1.10tracker2:192.168.1.11group1:storage1:192.168.1.12storage2:192.168.1.13group2:storage3:192.168.1.14storage4:192.168.1.15软件包下载:fastdfs:http://sourceforge.net/projects/fastdfs/files/nginx:http://nginx.org/e..
分类:
其他好文 时间:
2014-12-12 17:01:30
阅读次数:
306
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
FastDFS是一个开源的,高性能的的分布式文件系统,他主要的功能包括:文件存储,同步和访问,设计基于高可用和负载均衡,FastDFS非常适用于基于文件服务的站点,例如图片分享和视频分享网站FastDFS有两个角色:跟踪服务(tracker)和存储服务(storage),跟踪服务控制,调度文件以负载均衡的方式访问;存储服务包括:文件存储,文件同步,提供文件访问接口,同时以key value的方式管...