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 for the configuration of shortened folder names #400

Closed

Conversation

js185692
Copy link
Contributor

Context

I use the local storage provisioner with LVM, and I have encountered a few times now where the folder being created is exceeding the Logical Volume name length limit. I would like to introduce a new boolean field in the config for the provisioner called shortenedFolderName that, when set, creates the folder with the same name as that of the PV (aka pvc-<uuid>).

The default naming convention will still be the same as the current implementation (that being <PV name>-<PVC namespace>-<PVC name>).

@js185692
Copy link
Contributor Author

Closing in favour of the work done in #385.

@js185692 js185692 closed this May 15, 2024
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