FastCFS分布式文件系统是一个基于块存储的高性能通用分布式文件系统,FastCFS可以作为数据库(MySQL、PostgresSQL、Oracle等)以及k8s和虚拟机(KVM等)的后端存储。
FastCFS分布式文件系统是一个可以跑数据库的高性能分布式文件系统。
支持的操作系统:
Linux: Kernel version >= 3.10 (完全支持)
MacOS or FreeBSD (仅支持服务端,不支持FUSE)
一键部署:
如果你打算快速体验一下FastCFS,可以一键搭建(包括部署和运行)单节点(需要root身份执行):
git clone https://gitee.com/fastdfs100/FastCFS.git; cd FastCFS/
./helloWorld.sh
# 注意:helloWorld.sh将更改FastCFS相关配置文件,请不要在多节点集群上执行!
上述操作完成后,执行命令:
df -h /opt/fastcfs/fuse | grep fuse
可以看到FastCFS挂载的文件目录,你可以当作本地文件系统访问该目录。
changelog如下:
[fstore] protocol ACTIVATE_SERVER do NOT response for RDMA
[fdir & fstore] bugfixed: MUST seperate pd for RDMA network
[fdir & fstore] check if the listening port matches the cluster configuration
[fstore] fix hash_code type from uint32_t to uint64_t in func fs_client_bs_operate
[fstore]当数据组ID不属于我时返回einval
[fastcfs] fcfs_fused.c:debug
[libfastCommon]连接池stat for debug
[libfastCommon]连接池性能优化
[libserverframe]
[libfastrdma]全球启动使用cas lock for Singleton免费