Skip to content

Commit

Permalink
upgrade FastCFS version for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
happyfish100 committed Mar 11, 2024
1 parent f8e4e66 commit 2a70c54
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文
* **高性能计算**:高可靠和高性能的FastCFS,支持RDMA,天然适合高性能计算场景;
* **视频监控**:FastCFS采用顺序写盘方式,使用SATA硬盘也可保证多路视频流畅写入。

## 2. 当前版本:V5.2
## 2. 当前版本:V5.3

[FastCFS重大版本一览](docs/version-history-zh_CN.md)

Expand All @@ -37,12 +37,12 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文
* [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.72)
* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.2)
* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.6)
* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.2.0)
* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.2.0)
* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.2.0)
* [libfastcommon](https://gitee.com/fastdfs100/libfastcommon) (tag: V1.0.73)
* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.3)
* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.7)
* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.3.0)
* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.3.0)
* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.3.0)

## 5. 部署 & 运维

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgresSQL, Or
* **Video monitoring**: smooth writing for multi-channel videos with HDD such as SATA because FastCFS uses sequential writing approach


## 2. Current Version: V5.2
## 2. Current Version: V5.3

## 3. Supported Platforms

Expand All @@ -40,12 +40,12 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgresSQL, Or
* [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.72)
* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.2)
* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.6)
* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.2.0)
* [faststore](https://github.com/happyfish100/faststore) (tag: V5.2.0)
* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.2.0)
* [libfastcommon](https://github.com/happyfish100/libfastcommon) (tag: V1.0.73)
* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.3)
* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.7)
* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.3.0)
* [faststore](https://github.com/happyfish100/faststore) (tag: V5.3.0)
* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.3.0)

## 5. Installation

Expand Down
16 changes: 8 additions & 8 deletions docs/fcfs-ops-tool-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ fcfs.settings 包括两个字段 ***fastcfs_version*** 和 ***fuseclient_ips***
fcfs.settings 配置文件内容举例:

```
# 要安装的集群版本号(例如:5.2.0)
fastcfs_version=5.2.0
# 要安装的集群版本号(例如:5.3.0)
fastcfs_version=5.3.0
# 要安装 fuseclient 客户端的IP列表,多个ip以英文逗号分隔
fuseclient_ips=10.0.1.14
```

***注:推荐使用 5.2.0 及更高版本用于集群部署。***
***注:推荐使用 5.3.0 及更高版本用于集群部署。***

#### 1.4.2. conf

Expand Down Expand Up @@ -367,8 +367,8 @@ fcfs_conf.settings 包括以下六种字段:
fcfs_conf.settings 配置文件内容举例:

```
# 要生成配置的集群版本号(例如:5.2.0)
fastcfs_version=5.2.0
# 要生成配置的集群版本号(例如:5.3.0)
fastcfs_version=5.3.0
# 集群主机列表和分组
vote_ips=10.0.1.11,10.0.1.12,10.0.1.13
Expand All @@ -380,7 +380,7 @@ fstore_group_2=10.0.2.14,10.0.2.15,10.0.2.16
data_group_count=256
```

***注:推荐使用 5.2.0 及以后的版本用于生成集群配置文件,尤其是vote(投票)模块。***
***注:推荐使用 5.3.0 及以后的版本用于生成集群配置文件,尤其是vote(投票)模块。***

### 2.3. fcfs_conf.sh工具命令介绍

Expand Down Expand Up @@ -422,6 +422,6 @@ conf_tpl_tar.sh <version> [update]

举例:

> ./conf_tpl_tar.sh 5.2.0 update
> ./conf_tpl_tar.sh 5.3.0 update
将在当前目录创建配置模版压缩包文件 **conf.5.2.0.tpl.tar.gz**
将在当前目录创建配置模版压缩包文件 **conf.5.3.0.tpl.tar.gz**

0 comments on commit 2a70c54

Please sign in to comment.