-
Notifications
You must be signed in to change notification settings - Fork 530
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
Tempo is unable to create directories when using local storage #3601
Comments
I am on main at |
Hmm, I don't have |
Oh I see now, you were ahead of me. You may need to chown the path for the data to be owned by |
Thank you zalegrala, Changing ownership fixed the issue, but this should be documented or automated during startup. |
I agree, thank you for raising an issue. I'll work up a change to the readme of the example and review the other examples for a similar issue. I've opened #3603 and will close this out. Feel free to re-open if something else needs addressed. |
Describe the bug
When starting Tempo for the first time, it is unable to create the directories in it's local storage.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/grafana/tempo
cd tempo/examples/docker-compose/local
docker-compose up -dV
docker logs local-tempo-1
and the following error will showExpected behavior
Tempo creates the directories and uses the storage
Environment:
The text was updated successfully, but these errors were encountered: