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

Opening storage failed lock DB directory: resource temporarily unavailable #4761

Closed
Trivikramreddy opened this Issue Oct 18, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@Trivikramreddy
Copy link

Trivikramreddy commented Oct 18, 2018

Proposal

Use case. Why is this important?

“Nice to have” is not a good use case. :)

Bug Report

What did you do?

What did you expect to see?

What did you see instead? Under which circumstances?

Environment

  • System information:

    insert output of uname -srm here

  • Prometheus version:

    insert output of prometheus --version here

  • Alertmanager version:

    insert output of alertmanager --version here (if relevant to the issue)

  • Prometheus configuration file:

insert configuration here
  • Alertmanager configuration file:
insert configuration here (if relevant to the issue)
  • Logs:
insert Prometheus and Alertmanager logs relevant to the issue here
@Trivikramreddy

This comment has been minimized.

Copy link
Author

Trivikramreddy commented Oct 18, 2018

I'm new to prometheus. This is the error i see in the logs. prometheus is running fine but want to know what does it mean by that error. Any help on this is appreciated. Thanks !!

@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Oct 19, 2018

It means that Prometheus can't lock access to the data directory. Either

  • Prometheus doesn't permissions to write this directory.
  • Or another process is running in parallel and already acquired the lock.
  • Or you're using a file system (such as NFS) which isn't fully supported by Prometheus.

I'm closing it for now. If you have further questions, please use our user mailing list, which you can also search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.