-
Notifications
You must be signed in to change notification settings - Fork 184
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 enabling clusterwide encryption as day-2 operation #2966
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
7f08913
to
e6e8c14
Compare
Signed-off-by: Santosh Pillai <[email protected]>
e6e8c14
to
7afd693
Compare
/assign @iamniting |
// isEncrptionSettingUpdated checks whether ecryption was enabled or disabled for the storageClassDeviceSet. | ||
func isEncrptionSettingUpdated(newDeviceSet, existingDeviceSet []rookCephv1.StorageClassDeviceSet) bool { | ||
if len(newDeviceSet) != len(existingDeviceSet) { | ||
return false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is an unknown state instead of false, Is sending false safe here?
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sp98 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
On existing ODF clusters, customers can enable
clusterwide
encryption by enablingspec.Encryption.ClusterWide
totrue
. Rook will destroy the OSDs are recreate them with same OSD ID after enabling encryption.EPIC - https://issues.redhat.com/browse/RHSTOR-6075