Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix share permissions for gpfs.scale #95

Merged
merged 1 commit into from
May 2, 2024

Conversation

xhernandez
Copy link
Collaborator

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

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: samba-in-kubernetes#92
Signed-off-by: Xavi Hernandez <[email protected]>
Copy link
Collaborator

@anoopcs9 anoopcs9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks.

@anoopcs9 anoopcs9 merged commit 55c8bed into samba-in-kubernetes:main May 2, 2024
9 checks passed
@xhernandez xhernandez deleted the issue-92 branch August 28, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPFS sanity tests are failing for scale variant
2 participants