diff --git a/README-zh_CN.md b/README-zh_CN.md index 219fa70..6b64696 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -22,7 +22,7 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文 * **高性能计算**:高可靠和高性能的FastCFS,支持RDMA,天然适合高性能计算场景; * **视频监控**:FastCFS采用顺序写盘方式,使用SATA硬盘也可保证多路视频流畅写入。 -## 2. 当前版本:V5.3.1 +## 2. 当前版本:V5.3.2 [FastCFS重大版本一览](docs/version-history-zh_CN.md) @@ -33,16 +33,16 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文 ## 4. 依赖 -* [libfuse](https://gitee.com/mirrors/libfuse) (版本 3.9.4 或更高版本,推荐3.10.5) +* [libfuse](https://gitee.com/mirrors/libfuse) (版本 3.9.4 或更高版本,推荐3.16.2) * [Python](https://python.org/) (版本 3.5 或更高版本) * [Ninja](https://ninja-build.org/) (版本 1.7 或更高版本) * [gcc](https://www.gnu.org/software/gcc/) (版本 4.7.0 或更高版本) -* [libfastcommon](https://gitee.com/fastdfs100/libfastcommon) (tag: V1.0.74) -* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.4) -* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.8) -* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.3.1) -* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.3.1) -* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.3.1) +* [libfastcommon](https://gitee.com/fastdfs100/libfastcommon) (tag: V1.0.75) +* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.5) +* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.9) +* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.3.2) +* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.3.2) +* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.3.2) ## 5. 部署 & 运维 diff --git a/README.md b/README.md index 214c0e7..8284491 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgreSQL, Ora * **Video monitoring**: smooth writing for multi-channel videos with HDD such as SATA because FastCFS uses sequential writing approach -## 2. Current Version: V5.3.1 +## 2. Current Version: V5.3.2 ## 3. Supported Platforms @@ -36,16 +36,16 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgreSQL, Ora ## 4. Dependencies -* [libfuse](https://github.com/libfuse/libfuse) (version 3.9.4 or newer, 3.10.5 is recommended) +* [libfuse](https://github.com/libfuse/libfuse) (version 3.9.4 or newer, 3.16.2 is recommended) * [Python](https://python.org/) (version 3.5 or newer) * [Ninja](https://ninja-build.org/) (version 1.7 or newer) * [gcc](https://www.gnu.org/software/gcc/) (version 4.7.0 or newer) -* [libfastcommon](https://github.com/happyfish100/libfastcommon) (tag: V1.0.74) -* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.4) -* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.8) -* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.3.1) -* [faststore](https://github.com/happyfish100/faststore) (tag: V5.3.1) -* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.3.1) +* [libfastcommon](https://github.com/happyfish100/libfastcommon) (tag: V1.0.75) +* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.5) +* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.9) +* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.3.2) +* [faststore](https://github.com/happyfish100/faststore) (tag: V5.3.2) +* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.3.2) ## 5. Installation diff --git a/docs/fcfs-ops-tool-zh_CN.md b/docs/fcfs-ops-tool-zh_CN.md index 4aa2232..1797591 100644 --- a/docs/fcfs-ops-tool-zh_CN.md +++ b/docs/fcfs-ops-tool-zh_CN.md @@ -67,14 +67,14 @@ fcfs.settings 包括两个字段 ***fastcfs_version*** 和 ***fuseclient_ips*** fcfs.settings 配置文件内容举例: ``` -# 要安装的集群版本号(例如:5.3.1) -fastcfs_version=5.3.1 +# 要安装的集群版本号(例如:5.3.2) +fastcfs_version=5.3.2 # 要安装 fuseclient 客户端的IP列表,多个ip以英文逗号分隔 fuseclient_ips=10.0.1.14 ``` -***注:推荐使用 5.3.1 及更高版本用于集群部署。*** +***注:推荐使用 5.3.2 及更高版本用于集群部署。*** #### 1.4.2. conf @@ -369,8 +369,8 @@ fcfs_conf.settings 包括以下六种字段: fcfs_conf.settings 配置文件内容举例: ``` -# 要生成配置的集群版本号(例如:5.3.1) -fastcfs_version=5.3.1 +# 要生成配置的集群版本号(例如:5.3.2) +fastcfs_version=5.3.2 # 集群主机列表和分组 vote_ips=10.0.1.11,10.0.1.12,10.0.1.13 @@ -382,7 +382,7 @@ fstore_group_2=10.0.2.14,10.0.2.15,10.0.2.16 data_group_count=256 ``` -***注:推荐使用 5.3.1 及以后的版本用于生成集群配置文件,尤其是vote(投票)模块。*** +***注:推荐使用 5.3.2 及以后的版本用于生成集群配置文件,尤其是vote(投票)模块。*** ### 2.3. fcfs_conf.sh工具命令介绍 @@ -424,6 +424,6 @@ conf_tpl_tar.sh [update] 举例: -> ./conf_tpl_tar.sh 5.3.1 update +> ./conf_tpl_tar.sh 5.3.2 update -将在当前目录创建配置模版压缩包文件 **conf.5.3.1.tpl.tar.gz**。 +将在当前目录创建配置模版压缩包文件 **conf.5.3.2.tpl.tar.gz**。