Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto_compaction for maintenance etcd on etcd.conf #562

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Add auto_compaction for maintenance etcd on etcd.conf #562

merged 1 commit into from
Jan 27, 2024

Conversation

SDV109
Copy link
Contributor

@SDV109 SDV109 commented Jan 27, 2024

This PR is designed to automate the maintenance of etcd cluster. Namely, the addition of automatic compression of the etcd database.

Since etcd keeps an exact history of its keyspace, this history should be periodically compacted to avoid performance degradation and eventual storage space exhaustion.

If you are using this change with an existing etcd cluster, after the configuration change and the automatic compression period has passed, it is recommended to perform a one-time defragmentation.

It is described in more detail here: https://etcd.io/docs/v3.5/op-guide/maintenance/

This PR is designed to automate the maintenance of etcd cluster. Namely, the addition of automatic compression of the etcd database.

If you are using this change with an existing etcd cluster, after the configuration change and the automatic compression period has passed, it is recommended to perform a one-time defragmentation. 

It is described in more detail here: https://etcd.io/docs/v3.5/op-guide/maintenance/
@vitabaks vitabaks self-requested a review January 27, 2024 15:59
@vitabaks vitabaks added the enhancement Improvement of the current functionality label Jan 27, 2024
@vitabaks
Copy link
Owner

@SDV109 Thank you for contribution!

@vitabaks vitabaks mentioned this pull request Jan 27, 2024
@vitabaks vitabaks merged commit 2c3c5d1 into vitabaks:master Jan 27, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants