Skip to content

Commit

Permalink
Update the broken link and add disarm step
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
  • Loading branch information
ahrtr committed Sep 18, 2024
1 parent 96fa47d commit 4e59ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/blog/2023/how_to_debug_large_db_size_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ functionality and ease of use and should be considered to use.
defragmentation operation using `etcdctl` or clientv3 API. All the existing v3.5 releases are affected, including 3.5.0 ~ 3.5.5.
So please use `etcdutl` to offline perform defragmentation operation**, but this requires taking each member offline one at a time.
It means that you need to stop each etcd instance firstly, then perform defragmentation using `etcdutl`, start the instance at last.
Please refer to the issue 1 in [public statement](https://docs.google.com/document/d/1q6PausGMsj-ZyqN2Zx0W8426KsB5GEh3XA801JxBCiE/edit).
Please refer to the issue 1 in [public statement](https://groups.google.com/g/etcd-dev/c/8S7u6NqW6C4/m/4Z84zCuIAQAJ).
5. Please run `etcdctl alarm disarm` if there is a `NOSPACE` alarm.

The following example shows you how to execute defragmention using `etcdutl`,
```
Expand Down

0 comments on commit 4e59ff4

Please sign in to comment.