-
Notifications
You must be signed in to change notification settings - Fork 558
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
Invalid "invalid encryption kms configuration" error #3759
Comments
@fabien-marchand do you have this problem if you dont set |
PVC creation is also failing if encrypted: false is set |
yes the problem is still there |
am not able to reproduce this one if you dont have |
Yes actually you're right: removing |
yes that will be workaround for now until this gets fixed |
Closes with: #3854 |
@fabien-marchand : I'm using the kernel version as you mentioned above and in rbd plugin pod getting the below error: "rbd_attach.go:241] kernel version "5.4.0-137-generic" doesn't support cookie feature" By any chance did you face the issue in ceph that when network fluctuation happens then all rbd mount points are inaccessible. |
Describe the bug
After upgrading to v3.8.0, the following error appeared whereas I did not configure encryption:
Rolling back to v3.7.0 solved the issue.
This might be due to dc7ba68 which removed and
else
clause.So before (in v3.7.0) the
initKMS
procedure was interrupted when no specific KMS configuration is present (which is my case).Now (in v3.8.0) a non-nil error is returned:
Environment details
fuse
orkernel
. for rbd itskrbd
orrbd-nbd
) : krbdSteps to reproduce
Steps to reproduce the behavior:
Actual results
The error about an "invalid encryption kms" is raised (as described above)
Expected behavior
No error while mounting Ceph image
Logs
"csi-rbdplugin" logs:
The text was updated successfully, but these errors were encountered: