Closed w3aman closed 3 years ago
+1
Seeing the same on openshift: v1.21.1+9807387
@davidkarlsen After this PR https://github.com/openebs/device-localpv/pull/37/files, it worked for me. Can you once verify, if all the images are pulled with latest changes, (with imagePullPolicy: Always)
Yaml is here with latest changes:
Tags are immutable so that should be fine. Has a release been made which contains it (I'm on a phone right now 😂)
@davidkarlsen how did you install the device driver (helm or operator yaml)? Which release version you are using?
@davidkarlsen how did you install the device driver (helm or operator yaml)? Which release version you are using?
Via the parent chart which installs the full openebs-stack.
But I use lvm-local-pv (for filsystem) - same bug there?
We have fixed the helm chart for lvm localpv recently in the local repo for k8s 1.21+. You can try the helm chart from the repo and see.
I see that we have fixed the master helm chart also https://github.com/openebs/charts/pull/264. You can install the latest one and see if it is working.
I see that we have fixed the master helm chart also openebs/charts#264. You can install the latest one and see if it is working.
2.12.2 worked fine! Thanks 👍
This happened to me when I installed it using the operator. ➜ kubectl apply -f https://raw.githubusercontent.com/openebs/device-localpv/develop/deploy/device-operator.yaml
I'm using device-local-pv - same bug there?
With k8s 1.21 and device-localpv -- waitforfirstconsumer pvc's are not getting bound, while the same is working in k8s 1.20
Pod keeps in pending with this error:
on nodes we can see, we have 50 G disk (/dev/sde) , while pvc is only for 4 G. There are no logs also in controller