Closed zchef2k closed 2 years ago
Hi, could you provide also output of linstor n l
and linstor sp l
commands?
Is linstor-satellite daemonset running on rke1w?
kubectl get pod -n linstor --field-selector spec.nodeName=rke1w -l app=linstor-satellite
check the configurator logs:
kubectl logs -n linstor <pod_name> -c configurator
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
This issue is being automatically closed due to inactivity.
This is my first time working with DRBD and Linstor. Following the README, I can get most everything up and running. However, the CSI plugin fails to register on the nodes. I can provision PVCs from Kubernetes but pods won't attach to them, which is strange.
Here are logs from the csi-node pod:
Here is a message from a pod attempting to mount a provisioned PVC:
However, I can plainly see the storage was provisioned:
What might I be doing wrong? When installing from helm I'm pretty much using your example values.
Thanks.