Skip to content

Commit

Permalink
Update tikv-configuration-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Sep 20, 2024
1 parent f144984 commit 6eef193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ Raft Engine 相关的配置项。
> - 该配置仅在 Raft Engine 的 `dir``spill-dir` 分别指定为**不同盘符**时才有效。
> - 在配置该功能后,若想要关闭该功能,你需要在重启 TiKV **之前**执行如下操作:
> 1. 关闭 TiKV。
> 2. 将该目录下的所有 Raft Log 复制到 [`dir`](/tikv-configuration-file.md#dir) 目录下。
> 2. `spill-dir` 目录下的所有 Raft Log 复制到 [`dir`](/tikv-configuration-file.md#dir) 目录下。
> 3. 从 TiKV 配置文件中删除该配置。
> 4. 重启 TiKV。
Expand Down

0 comments on commit 6eef193

Please sign in to comment.