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

Allow specifying mode and owner for mountpoint #3613

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

wiktorn
Copy link
Contributor

@wiktorn wiktorn commented Jan 30, 2025

Allow setting mode and owner in Blueprint

When creating and mounting Filestore or Parallelstore storage, they come with the default root:root ownership and 755 mode on their top directory.

Adding this simplifies administration of the cluster, and provides a way to set the owner and mode for the mount point, so no additional actions are necessary once the cluster is up.

The drawback of this approach is that those commands will be unnecessarily repeated each time, a new instance is spun up.

Submission Checklist

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@wiktorn wiktorn force-pushed the wiktron-local-mount-perms branch from 817592d to 55df86c Compare January 30, 2025 15:34
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.

1 participant