extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[iscsi-tools] Using with Openstack Cinder not working

Open liexner opened this issue 1 year ago • 1 comments

Has anyone tried using iscsi-tools with cinder and openstack and gotten it to work? Im getting deadline exceeded beacuse the socket cannot be found

https://github.com/kubernetes/cloud-provider-openstack/blob/master/charts/cinder-csi-plugin/README.md

openstack-cinder-csi-nodeplugin

connection.go:232] Still connecting to unix:///csi/csi.sock
1 main.go:160] error connecting to CSI driver: context deadline exceeded 

openstack-cinder-csi-controllerplugin

 1 connection.go:183] Still connecting to unix:///var/lib/csi/sockets/pluginproxy/csi.sock

liexner avatar Mar 19 '24 08:03 liexner

Have the same issue. /I0228 14:07:19.760539 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" I0228 14:07:29.760426 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" I0228 14:07:39.759965 1 connection.go:253] "Still connecting" address="unix:///var/lib/csi/sockets/pluginproxy/csi.sock" E0228 14:07:39.760731 1 main.go:149] "Failed to connect to the CSI driver" err="context deadline exceeded" csiAddress="/var/lib/csi/sockets/pluginproxy/csi.sock"

cinder.cue (2).txt

suse-coder avatar Feb 28 '25 14:02 suse-coder

In my case, this was triggered by the mount of /etc/cacert, which is not necessary for me and which the Helm chart creates because it assumes that you are logging in with a certificate, but I am using application credentials. I had then seen mkdir error messages.

It is also commented out in the static manifests which they also offer.

You use the following values to remove the cacert mount:

csi:
  plugin:
    volumes: null
    volumeMounts:
      - name: cloud-config
        mountPath: /etc/kubernetes
        readOnly: true

Zaunei avatar May 08 '25 17:05 Zaunei

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Nov 05 '25 02:11 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Nov 10 '25 02:11 github-actions[bot]