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

Stop supporting implicit PRUNE data storage mode #8371

Open
3 tasks
lucassaldanha opened this issue Jun 12, 2024 · 0 comments
Open
3 tasks

Stop supporting implicit PRUNE data storage mode #8371

lucassaldanha opened this issue Jun 12, 2024 · 0 comments

Comments

@lucassaldanha
Copy link
Member

Last release, we have added a warning for users that are relying on implicit PRUNE data storage mode configuration (see #8369).

Now, we can remove any support for implicit PRUNE mode. Our default behavior will be solely MINIMAL.

Scenarios:

  • If the user has --data-storage-mode option, use the selected mode;
  • If the user does not have --data-storage-mode option, use MINIMAL;

(In both cases, we are gonna keep writing the file data-storage-mode.txt, solely to support a safe downgrade path to previous versions of Teku. The file will not be read by newer Teku versions)

Tasks

  • update logic to stop supporting implicit PRUNE mode
  • update documentation
  • prepare/execute comms plan

Reference:

@lucassaldanha lucassaldanha added the doc-change-required Indicates an issue or PR that requires doc to be updated label Jun 12, 2024
@bgravenorst bgravenorst removed the doc-change-required Indicates an issue or PR that requires doc to be updated label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants