You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.]
Create container using lvm storage class, container doesn't start. Am using fsGroup and see warning but otherwise not sure what's going on here.
What did you expect to happen:
container successfully created.
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.)
Can you check by any chance you are trying to use same volume for two different pods ? if you want shared volume you have to give shared: yes in storage class parameter
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.]
Create container using lvm storage class, container doesn't start. Am using fsGroup and see warning but otherwise not sure what's going on here.
What did you expect to happen:
container successfully created.
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.)
kubectl logs -f openebs--lvm-controller-0 -n kube-system -c openebs-lvm-plugin
kubectl logs -f openebs-lvm-node-[xxxx] -n kube-system -c openebs-lvm-plugin
kubectl get pods -n kube-system
kubectl get lvmvol -A -o yaml
https://pastebin.com/9BypAhdR
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Container:
PVC:
Container describe:
Environment:
kubectl version
): Client Version: v1.28.7Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.28.7
/etc/os-release
): Ubuntu 23.10The text was updated successfully, but these errors were encountered: