Closed acsulli closed 7 years ago
This is a limitation in the SolidFire API, it only allows alphanumerics. The only other option would be to fail sooner but when automating I don't think that's going to solve the problem for you.
I just submitted a patch/pull request with a solution to this. Not the best solution, but a solution.
There are 2 proposed fixes for this. Can we make a decision and Merge one of them. I proposed one of them, but I'm not married to that Solution, although it does work.
I think we were waiting on some review changes from jg on PR #34?
Woops, I took PR #34 a while ago, should work now. Closing.
When creating a volume with underscores in the name the driver fails.
While it's understood that underscores are not a valid character for SolidFire volume names, they can't be avoided when using Docker Compose since it prepends "projectname_" to the volume name.
Andrew