Skip to content

Configure the umask of the cephcsi process

Btullis requested to merge umask_entrypoint into main

Add an entrypoint script that changes the umask of the cephcsi process to 0002. This is to allow the g+w permission on the socket created by the plugin.

Bug: T327259

Merge request reports