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

Storage names on SRC can't have capital letters #170

Open
BSchilperoort opened this issue Nov 25, 2024 · 3 comments
Open

Storage names on SRC can't have capital letters #170

BSchilperoort opened this issue Nov 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@BSchilperoort
Copy link
Member

If you create drives with capital letters, and enter those drive names on the workspace creator with caps you get the following situation:

bschilpero@localhost:/$ ls /data/
datasets  storageRolfeWaterCycle2_3_1DevCache  storagerolfewatercycle2_3_1devcache
shared    storageRolfeWaterCycle2_3_1DevHome   storagerolfewatercycle2_3_1devhome

Where the lowercase drives are the storage items that are mounted to the machine, and the drives with capital letters are the paths that the Ansible script expected the drives to be.

I guess this changed in the SRC backend @sverhoeven ?

@BSchilperoort
Copy link
Member Author

BSchilperoort commented Nov 25, 2024

Solution: strip out capital letters from drive paths in Ansible script. Or make this clear in the instructions.

@BSchilperoort BSchilperoort added the bug Something isn't working label Nov 25, 2024
@BSchilperoort
Copy link
Member Author

@RolfHut this is the issue you encountered on Eline's machine

@RolfHut
Copy link
Contributor

RolfHut commented Nov 25, 2024

thanks, I will work with the "don't use capital letters!" solution for now, but adding this to the instructions would help indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants