samba-in-kubernetes / sit-environment

SIT (Samba Integration Testing) Framework
GNU General Public License v3.0
1 stars 7 forks source link

Fix share permissions for gpfs.scale #95

Closed xhernandez closed 7 months ago

xhernandez commented 7 months ago

When the 'scale' variant of gpfs backend is used, the regular samba and ctdb roles are not installed. The permissions to the root directory of the share were defined in these roles.

This patch moves the configuration of the permissions (for all backends) to the new_volume.yml file that is always used to create a new share, even for the 'scale' variant.

Fixes: #92