mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
74965fef41
The --csi-addons-endpoint= option has been added recently, but was not configured in the deployment files yet. The socket was incorrectly created as `/csi-addons.sock`, by correcting the URL to the socket, the socket now gets created as `/tmp/csi-addons.sock` in the same directory as other sockets. If an endpoint is a UNIX Domain Socket, the format needs to be `unix:///path/to/socket`. The `unix://` URL format allows an authentication provider to be added directly after the `//`. If there is no authentication provider needed, the field can remain empty. After the authetication provider, the full path needs to be specified, starting with a `/`. This means that URLs to a UDS should start with `unix:///` in normal cases. Signed-off-by: Niels de Vos <ndevos@redhat.com> |
||
---|---|---|
.. | ||
cephcsi.go |