fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Add support for storage wiggle mechanism

Open johscheuer opened this issue 2 years ago • 3 comments

What would you like to be added/changed?

Docs: https://apple.github.io/foundationdb/perpetual-storage-wiggle.html this feature is helpful for migrating to a different storage engine without migrating all storage processes at once. A user can already make use of this by configuring it manually but I think it make sense to add better support for this feature directly into the operator. We probably should create a design doc on how the actual support should look like.

johscheuer avatar Jan 20 '23 09:01 johscheuer

JYFI: @saintstack

johscheuer avatar Jan 20 '23 09:01 johscheuer

@johscheuer What is the current status for this enhancement?

Would a configuration like this work? https://github.com/FoundationDB/fdb-kubernetes-operator/blob/b0435f499fba08225c74f036ad2f4c87ad8f2ec1/api/v1beta2/testdata/fdb_status_7_1_rc1.json#L172

manfontan avatar Mar 17 '23 13:03 manfontan

It's not yet implemented, but can be set manually with the fdbcli configure .. command.

johscheuer avatar Mar 23 '23 06:03 johscheuer

The PR was merged. So support for this was added.

johscheuer avatar Sep 27 '24 14:09 johscheuer