Skip to content

Commit

Permalink
[feat] support upgeade curve
Browse files Browse the repository at this point in the history
Signed-off-by: Cyber-SiKu <[email protected]>
  • Loading branch information
Cyber-SiKu committed Aug 15, 2023
1 parent b12c86b commit 6f5c85b
Show file tree
Hide file tree
Showing 13 changed files with 323 additions and 1,422 deletions.
5 changes: 0 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ Curve架构概览:
[运维工具手册](https://github.com/opencurve/curveadm/wiki)

### 命令行手册
即将废弃版本:
- [CurveBS命令行工具手册](cn/curve_ops_tool.md)
- [CurveFS命令行工具手册](../curvefs/src/tools#readme)

新版本:
- [Curve命令行工具手册](../tools-v2#README)

### 监控告警配置
Expand Down
4 changes: 2 additions & 2 deletions docs/cn/Curve块存储性能调优指南.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ filename=/data/chunkserver1/data

![leadermetric](../images/0102-leadermetric.jpg)

- leader不均衡时可以通过命令触发快速均衡:```curve_ops_tool rapid-leader-schedule```。这个命令创建的配置变更任务是随着心跳上报的,所以均衡效果在几个心跳周期之后可以看到(默认心跳周期是10s)。
- leader不均衡时可以通过命令触发快速均衡:```curve bs update leader-schedule```。这个命令创建的配置变更任务是随着心跳上报的,所以均衡效果在几个心跳周期之后可以看到(默认心跳周期是10s)。

**2. 复制组之间的心跳周期**

Expand Down Expand Up @@ -182,7 +182,7 @@ Curve块存储性能测试时,理想的状态是可以把磁盘跑满。如果
条带化卷的原理可以参考:[条带化设计](https://github.com/opencurve/curve/blob/master/docs/cn/curve-stripe.pdf)。概括来说,条带化是将大IO按照指定的配置,分发到多个复制组上,从而提高性能。
条带化卷的创建:```curve_ops_tool create -fileName=/test -userName=test -password=123 -fileLength=20 -stripeUnit=32768 -stripeCount=32```
条带化卷的创建:```curve create file --path=/test --user=test --password=123 --size=20 --stripeunit=32KiB --stripecount=32```
**2. 直接使用 ```curve fio```测试**
Expand Down
47 changes: 0 additions & 47 deletions docs/cn/curve_ops_tool.md

This file was deleted.

Loading

0 comments on commit 6f5c85b

Please sign in to comment.