-
Notifications
You must be signed in to change notification settings - Fork 55
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 online encrypt, decrypt, and reencrypt in stratisd metadata version 2 #3597
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've had some discussions with the cryptsetup maintainers, and it seems like we should be able to support online operations for encrypt, decrypt and reencrypt in version 2 of the metadata. Only reencrypt is not feasible for version 1 of the metadata because decrypt and encrypt would require shifting the data to either make room for the crypt metadata in the encrypt case or to bring the Stratis metadata to the beginning of the device in the case of decrypt. As a result, reencrypt may be supported in version 1, but all three will be support in version 2.
The text was updated successfully, but these errors were encountered: