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 md5hash to ensure unique names #29

Open
jmontleon opened this issue Jun 25, 2021 · 0 comments
Open

Use md5hash to ensure unique names #29

jmontleon opened this issue Jun 25, 2021 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. state-lib

Comments

@jmontleon
Copy link
Contributor

you probably want to be using something more narrow-scoped for not running into shared config with same named PVC accross two namespaces.

DVM uses md5hash(rcloneConfigPrefix + r.PVC().Name + r.PVC().Namespace), we got bugs in DVM where PVC name was the same across two namespaces and the config was shared and failed DVM

Originally posted by @alaypatel07 in #2 (comment)

@jmontleon jmontleon added kind/bug Categorizes issue or PR as related to a bug. state-lib labels Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. state-lib
Projects
None yet
Development

No branches or pull requests

1 participant