Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Stage in fails if a burst buffer has a hyphen in its name #107

Open
jsteel44 opened this issue Sep 24, 2019 · 1 comment
Open

Stage in fails if a burst buffer has a hyphen in its name #107

jsteel44 opened this issue Sep 24, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@jsteel44
Copy link
Contributor

[dacd]$ bash -c "export DW_PERSISTENT_STRIPED_test-buffer='/mnt/dac/2476_persistent_test-buffer/global' && sudo -g '#1000' -u '#1000' rsync -ospgu --stats /mnt/cluster/home/test/file.txt \$DW_PERSISTENT_STRIPED_test-buffer/file.txt"
bash: line 0: export: `DW_PERSISTENT_STRIPED_test-buffer=/mnt/dac/2476_persistent_test-buffer/global': not a valid identifier
@JohnGarbutt
Copy link
Collaborator

looks like we should disallow the "-", but we can allow "_"

@JohnGarbutt JohnGarbutt added the bug Something isn't working label Sep 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants