forked from siderolabs/omni
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use circular buffer's new persistence option for machine logs
Switch from the old machine log storage approach to using the new persistence feature in the go-circular: siderolabs/go-circular#4 Implement a migration code to migrate from old format to the new format when a machine log buffer is initialized. Move some hardcoded log buffer settings into config (CLI args). Use a default jitter of 0.1 (10+-1 minutes). Rework the CLI arg names to be consistent. Closes siderolabs#118. Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
- Loading branch information
1 parent
7eec6b9
commit b7a0620
Showing
7 changed files
with
343 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.