christian-schlichtherle / synology-csi-chart

A Helm chart for installing the Synology CSI Driver in a Kubernetes cluster.
Apache License 2.0
51 stars 21 forks source link

Couldn't find any host available to create volume #4

Closed jrowinski3d closed 2 years ago

jrowinski3d commented 2 years ago

Using general defaults for the values and updating my connection strings in the values.yml I am receiving this error:

Failed to create Volume: rpc error: code = Internal desc = Failed to get available location, err: DSM Api error. Error code:105
GRPC error: rpc error: code = Internal desc = Couldn't find any host available to create Volume

Any idea whats happening here? I saw a previous issue where updating the parameters to the StorageClass was the solution but it doesn't seem to have the same resolution for me.

https://github.com/christian-schlichtherle/synology-csi-chart/issues/1

Thanks for any help!

christian-schlichtherle commented 2 years ago

This error message usually means that your connection parameters are wrong. Please check your network, host name, username, PPW and so on.

jrowinski3d commented 2 years ago

@christian-schlichtherle ty for your prompt reply.

Problem was with the path I had defined in the StorageClass, as well as the user didn't have the appropriate rights for the connection. My admin can connect but my other user cannot. Still looking into which permission determines that