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

Hyperdex daemon reports IO errors if data directory is a relative path #216

Open
AaronFriel opened this issue Jul 16, 2015 · 1 comment
Open

Comments

@AaronFriel
Copy link

Using an argument such as -D ./daemons/daemon1 frequently gives me this puzzling error:

E0716 06:27:38.078249  1343 datalayer.cc:1406] IO error at the disk layer: IO error: ./daemons/daemon1/000004.log: No such file or directory

Changing the argument to this fixes it: -D $(readlink -f ./daemons/daemon1), as the relative path will be expanded.

@michelkaporin
Copy link

@AaronFriel getting the same. Thanks for sharing the fix.

michelkaporin added a commit to michelkaporin/solitude that referenced this issue Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants