-
Notifications
You must be signed in to change notification settings - Fork 99
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
VolumeSnapshot never gets READYTOUSE=true #267
Comments
Hi @jsalatiel , Thanks for raising the issue. Could you please share us logs of lvm csi controller container from Is this still reproducible? |
I do not have access to that cluster anymore, but I have created a new single node cluster and could easily reproduce: Here are the logs for the controller and the csi-snapshotter container. |
How to solve |
@jsalatiel Please check if you have
If not, please install it by doing |
Create snapshot, it's not
Install
Check volume snapshot again
|
Closing as per above comment. Please feel free to reopen if still facing any issue. |
@Abhinandan-Purkait @abhilashshetty04 Shall we mention above module requirement as part of documentation? |
Ok I just noticed it's already mentioned in documentation under |
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.]
Can't create a valid snapshot from a openebs-lvm pvc.
The volumesnapshot never gets READYTOUSE=true
What did you expect to happen:
Snapshot should be created and available for use
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other Pastebin is fine.)
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Installed like this: ( note the --set lvm-localpv.crd.volumeSnapshot=False because I already have those crds installed for longhorn)
storageclass like this:
Snapshot class like this:
VolumeSnapshot like this:
The logs only shows this:
The VolumeSnapshot and VolumeSnapshotContent are forever like this:
Environment:
kubectl version
): v1.26.5/etc/os-release
): almalinux 9.2The text was updated successfully, but these errors were encountered: