码迷,mamicode.com
首页 >  
搜索关键字:fastdfs 无法上传文件 reserved_storage_space    ( 837个结果
fastdfs集群配置记录 -- 记下一个问题
上次部署的集群记录: 有个疑问:所有虚拟机服务全开的情况下,这3个tracker上传文件的时候,都存在group2了,根本不会选择group1或group3。如果把group2的storage都停掉,就会上传到group3。把group3的storage停掉,才会选择group1。不是随机的! 先记 ...
分类:其他好文   时间:2016-07-30 10:33:53    阅读次数:195
FasfDFS intall nginx with image filter
centOS7 x64 1. install gd-devel 2. ./configure --prefix=/usr/local/nginx --with-http_image_filter_module --add-module=fastdfs-nginx-module-master/src/... ...
分类:其他好文   时间:2016-07-25 14:32:49    阅读次数:176
分布式文件系统 fastDFS 安装步骤
安装 fastDFS 很简单。 先安装 libevent, 安装成功后,安装fastDFS。 ./make.sh ./make.sh install 我使用一台tracker服务器 192.168.2.85, 两台storage服务器 192.168.2.98 192.168.2.222 启动tra ...
分类:其他好文   时间:2016-07-25 07:00:41    阅读次数:128
fastdfs_java测试代码
上传: /** * <p><b>Title:</b> TestUpload.java </p> * @Package fastdfs */ package fastdfs; import java.io.File; import java.io.FileInputStream; import org ...
分类:编程语言   时间:2016-07-23 19:33:22    阅读次数:775
FastDFS简单安装配置-----同一台机器测试
环境:Ubuntu 14.04.1 FastDFS_v5.04 ip:10.1.20.145 1. 安装libfastcommon 下载地址:https://github.com/happyfish100/libfastcommon.git 在/usr/fastdfs目录下解压、编译: root@w ...
分类:其他好文   时间:2016-07-23 14:54:14    阅读次数:250
FastDFS + Nginx module
前言新项目使用FastDFS已经有一段时间了,最近又与Nginx做了结合。趁有时间,做下整理。需求使用FastDFS存储资源(图片、文档、音频、视频...)文件,使用Nginx提供资源请求服务。PS:FastDFS特别适合大中型网站使用,所以这里选型时一定要注意。不是说小型不适用,而是一定要..
分类:其他好文   时间:2016-07-13 23:27:21    阅读次数:372
FastDFS安装笔记
编译和安装所需的依赖包 Xshell 5 (Build 0788) Copyright (c) 2002-2015 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt. ...
分类:其他好文   时间:2016-07-13 06:45:38    阅读次数:228
FastDFS install - 2
storage install nginx 1. update dependency packageyum -y install pcre-devel openssl openssl-devel gcc 2. wget https://codeload.github.com/happyfish100... ...
分类:其他好文   时间:2016-07-12 17:25:42    阅读次数:140
FastDFS install
1. dwonload libfastcommon https://github.com/happyfish100/libfastcommon.git install A) ./make.sh B) ./make.sh install 2. dwonload FastDFS wget https:/... ...
分类:其他好文   时间:2016-07-11 21:05:08    阅读次数:139
分布式文件系统MFS
目前常见的分布式文件系统有很多种,例如我之前一篇文章里面提到的Hadoop、FastDFS、Moosefs、PNFS(ParallelNFS)、Lustre、TFS、GFS、HDFS等等一系列。在众多的分布式文件系统解决方案中,MFS是搭建比较简单、使用起来也不需要过多的修改web程序,非常方便。MooseFS(MFS)是一..
分类:其他好文   时间:2016-07-11 01:38:40    阅读次数:476
837条   上一页 1 ... 59 60 61 62 63 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!