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 support for storage engine migration #2088

Open
johscheuer opened this issue Jun 28, 2024 · 0 comments · May be fixed by #2090
Open

Add support for storage engine migration #2088

johscheuer opened this issue Jun 28, 2024 · 0 comments · May be fixed by #2090
Assignees
Labels
enhancement New feature or request

Comments

@johscheuer
Copy link
Member

What would you like to be added/changed?

If a user wants to change the storage engine right now with the operator this will require a manual step to change the storage migration type, otherwise the operator will be blocked changing the storage engine:

ERROR: Storage engine type cannot be changed because storage_migration_type=disabled.\nType `configure perpetual_storage_wiggle=1 storage_migration_type=gradual' to enable gradual migration with the perpetual wiggle, or `configure storage_migration_type=aggressive' for aggressive migration.

We should expose the:

storage_migration_type={disabled|aggressive|gradual}
perpetual_storage_wiggle=<WIGGLE_SPEED>
perpetual_storage_wiggle_locality=<<LOCALITY_KEY>:<LOCALITY_VALUE>|0>

options in the operator.

Part of this is to implement: #1482

@johscheuer johscheuer added the enhancement New feature or request label Jun 28, 2024
@johscheuer johscheuer self-assigned this Jun 28, 2024
@johscheuer johscheuer linked a pull request Jul 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant