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

Use owner UID instead of workflow UID for VG name #244

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

matthew-richerson
Copy link
Contributor

This is needed for persistent local file systems. The workflow mounting the persistent file system will have a different UID than the workflow that made the file system. Use the owner UID instead (NnfStorage) since that UID will be consistent for the lifetime of the persistent file system.

Also, don't set the file system permissions on ClientMounts in Kind. This will be enabled later when file systems are better mocked out in the kind environment.

This is needed for persistent local file systems. The workflow mounting the persistent
file system will have a different UID than the workflow that made the file system. Use
the owner UID instead (NnfStorage) since that UID will be consistent for the lifetime
of the persistent file system.

Also, don't set the file system permissions on ClientMounts in Kind. This will be enabled
later when file systems are better mocked out in the kind environment.

Signed-off-by: Matt Richerson <matthew.richerson@hpe.com>
Signed-off-by: Matt Richerson <matthew.richerson@hpe.com>
@matthew-richerson matthew-richerson merged commit eedc75e into master Jan 2, 2024
3 checks passed
@matthew-richerson matthew-richerson deleted the local-persistent branch January 2, 2024 21:36
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.

None yet

3 participants