Skip to content
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

Missing documentation #94

Open
FerronN opened this issue Nov 25, 2024 · 2 comments
Open

Missing documentation #94

FerronN opened this issue Nov 25, 2024 · 2 comments

Comments

@FerronN
Copy link

FerronN commented Nov 25, 2024

Hi,

I'm missing information about how to use this provider.

  1. Which permission should the user have (specified in the client-info.yml)
  2. How to create volumes (CIFS, NFS, ISCSI)

I tried how you create PV and or PVC normally, but I'm only seeing this error in the controller pod:

Couldn't find any host available to create Volume

No specifics.

@boers001
Copy link

Hi,
I'm having the same issue. All pods are running but creating a simple pvc stays in pending state. Thesynology-csi-controller-0 state the following error:
I1215 13:17:08.751197 1 event.go:282] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"my-pv-claim", UID:"99d85536-78f4-43cd-a4fd-41988384e538", APIVersion:"v1", ResourceVersion:"58987457", FieldPath:""}): type: 'Warning' reason: 'ProvisioningFailed' failed to provision volume with StorageClass "synology-iscsi-storage": rpc error: code = Internal desc = Couldn't find any host available to create Volume

@crichardson32
Copy link

for me what i think is happening is i am using dsm 6 not 7. With 6 nfs, smb does not appear to work properly but iscsi does. To better troubleshoot the issue you need to look at the logs of the actual container like kubectl logs -f -n synology-csi synology-csi-controller-0 -c csi-plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants