Skip to content

Commit 835d088

Browse files
committed
README.md upgrade last version to V5.2
1 parent 943da77 commit 835d088

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

README-zh_CN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文
2222
* **高性能计算**:高可靠和高性能的FastCFS,支持RDMA,天然适合高性能计算场景;
2323
* **视频监控**:FastCFS采用顺序写盘方式,使用SATA硬盘也可保证多路视频流畅写入。
2424

25-
## 2. 当前版本:V5.1
25+
## 2. 当前版本:V5.2
2626

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

@@ -37,12 +37,12 @@ FastCFS 是一款强一致性、高性能、高可用、支持百亿级海量文
3737
* [Python](https://python.org/) (版本 3.5 或更高版本)
3838
* [Ninja](https://ninja-build.org/) (版本 1.7 或更高版本)
3939
* [gcc](https://www.gnu.org/software/gcc/) (版本 4.7.0 或更高版本)
40-
* [libfastcommon](https://gitee.com/fastdfs100/libfastcommon) (tag: V1.0.71)
41-
* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.1)
42-
* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.5)
43-
* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.1.0)
44-
* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.1.0)
45-
* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.1.0)
40+
* [libfastcommon](https://gitee.com/fastdfs100/libfastcommon) (tag: V1.0.72)
41+
* [libserverframe](https://gitee.com/fastdfs100/libserverframe) (tag: V1.2.2)
42+
* [libdiskallocator](https://gitee.com/fastdfs100/libdiskallocator) (tag: V1.1.6)
43+
* [fastDIR](https://gitee.com/fastdfs100/fastDIR) (tag: V5.2.0)
44+
* [faststore](https://gitee.com/fastdfs100/faststore) (tag: V5.2.0)
45+
* [FastCFS](https://gitee.com/fastdfs100/FastCFS) (tag: V5.2.0)
4646

4747
## 5. 部署 & 运维
4848

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgresSQL, Or
2727
* **Video monitoring**: smooth writing for multi-channel videos with HDD such as SATA because FastCFS uses sequential writing approach
2828

2929

30-
## 2. Current Version: V5.1
30+
## 2. Current Version: V5.2
3131

3232
## 3. Supported Platforms
3333

@@ -40,12 +40,12 @@ FastCFS can be used as the back-end storage of databases (MySQL, PostgresSQL, Or
4040
* [Python](https://python.org/) (version 3.5 or newer)
4141
* [Ninja](https://ninja-build.org/) (version 1.7 or newer)
4242
* [gcc](https://www.gnu.org/software/gcc/) (version 4.7.0 or newer)
43-
* [libfastcommon](https://github.com/happyfish100/libfastcommon) (tag: V1.0.71)
44-
* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.1)
45-
* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.5)
46-
* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.1.0)
47-
* [faststore](https://github.com/happyfish100/faststore) (tag: V5.1.0)
48-
* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.1.0)
43+
* [libfastcommon](https://github.com/happyfish100/libfastcommon) (tag: V1.0.72)
44+
* [libserverframe](https://github.com/happyfish100/libserverframe) (tag: V1.2.2)
45+
* [libdiskallocator](https://github.com/happyfish100/libdiskallocator) (tag: V1.1.6)
46+
* [fastDIR](https://github.com/happyfish100/fastDIR) (tag: V5.2.0)
47+
* [faststore](https://github.com/happyfish100/faststore) (tag: V5.2.0)
48+
* [FastCFS](https://github.com/happyfish100/FastCFS) (tag: V5.2.0)
4949

5050
## 5. Installation
5151

docs/fcfs-ops-tool-zh_CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ fcfs.settings 包括两个字段 ***fastcfs_version*** 和 ***fuseclient_ips***
6565
fcfs.settings 配置文件内容举例:
6666

6767
```
68-
# 要安装的集群版本号(例如:5.1.0)
69-
fastcfs_version=5.1.0
68+
# 要安装的集群版本号(例如:5.2.0)
69+
fastcfs_version=5.2.0
7070
7171
# 要安装 fuseclient 客户端的IP列表,多个ip以英文逗号分隔
7272
fuseclient_ips=10.0.1.14
7373
```
7474

75-
***注:推荐使用 5.1.0 及更高版本用于集群部署。***
75+
***注:推荐使用 5.2.0 及更高版本用于集群部署。***
7676

7777
#### 1.4.2. conf
7878

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

369369
```
370-
# 要生成配置的集群版本号(例如:5.1.0)
371-
fastcfs_version=5.1.0
370+
# 要生成配置的集群版本号(例如:5.2.0)
371+
fastcfs_version=5.2.0
372372
373373
# 集群主机列表和分组
374374
vote_ips=10.0.1.11,10.0.1.12,10.0.1.13
@@ -380,7 +380,7 @@ fstore_group_2=10.0.2.14,10.0.2.15,10.0.2.16
380380
data_group_count=256
381381
```
382382

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

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

@@ -422,6 +422,6 @@ conf_tpl_tar.sh <version> [update]
422422

423423
举例:
424424

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

docs/fcfs-ops-tool.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ fcfs.settings content Example:
5454

5555
```
5656
# Version of FastCFS cluster
57-
fastcfs_version=5.1.0
57+
fastcfs_version=5.2.0
5858
5959
# Hosts which fuseclient will install,multiple hosts separated by comma
6060
fuseclient_ips=10.0.1.14
6161
```
6262

63-
***Tip:Use version 5.1.0 and later for deploy.***
63+
***Tip:Use version 5.2.0 and later for deploy.***
6464

6565
#### 1.4.2. conf
6666

@@ -348,7 +348,7 @@ fcfs_conf.settings content Example:
348348

349349
```
350350
# Version of FastCFS cluster
351-
fastcfs_version=5.1.0
351+
fastcfs_version=5.2.0
352352
353353
# Cluster hosts list and group count
354354
vote_ips=10.0.1.11,10.0.1.12,10.0.1.13
@@ -360,7 +360,7 @@ fstore_group_2=10.0.2.14,10.0.2.15,10.0.2.16
360360
data_group_count=128
361361
```
362362

363-
***Tip:Use version 5.1.0 and later for create config files, especially for vote server.***
363+
***Tip:Use version 5.2.0 and later for create config files, especially for vote server.***
364364

365365
### 2.3. fcfs_conf.sh Tool commands introduction
366366

@@ -402,6 +402,6 @@ conf_tpl_tar.sh <version> [update]
402402

403403
Exmaple:
404404

405-
> ./conf_tpl_tar.sh 5.1.0 update
405+
> ./conf_tpl_tar.sh 5.2.0 update
406406
407-
It will create tar file **conf.5.1.0.tpl.tar.gz** in current dir.
407+
It will create tar file **conf.5.2.0.tpl.tar.gz** in current dir.

docs/version-history-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* V4.0:2023年6月实现fstore存储插件,支持单机PB级存储(历时4个月)
1010
* V4.3:2023年8月V4系列稳定版本(从V4.1到V4.3,历时2个月)
1111
* V5.0:2023年11月原生支持RDMA,解决网络瓶颈(历时4个月)
12-
* V5.1:2023年12月支持IPv6,最新稳定版本
12+
* V5.2:2024年1月支持IPv6和bug修复,最新稳定版本

0 commit comments

Comments
 (0)