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挂载的文件目录,你可以当作本地文件系统访问该目录。
V5.0其他小改进:
[fdir] add protocols get_fullname_by_[inode|pname] for fdir_stat(便于调试文件访问权限问题)
[fuseclient] support mount option ro (read-only)(mount的文件系统支持只读模式)
[fstore] file block size use config instead of macro define(默认为4MB的文件block大小支持配置方式)
V5.0修复的bug列表:
[fdir] bugfixed: correct idempotency output when storage engine enabled
[fdir] bugfixed: rename_check with flags S_ISVTX when dest dentry exist
[fstore] bugfixed: must call slice_binlog_set_binlog_start_index(0)
[libfastcommon] bugfixed: fast_mblock_batch_alloc correct return value
[libdiskallocator] trunk_space_log.c: fix redo logic of keep record
V5.0:2023年11月原生支持RDMA,解决网络瓶颈
2024年6月小改进和bug修复,最新稳定版本
|