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

Issue when device storage is less than rhizome.min_free_space #99

Open
JakobPennington opened this issue Mar 16, 2016 · 0 comments
Open

Comments

@JakobPennington
Copy link

I have been trying to send messages from Serval-DNA from a Dragino to my smartphone. No errors are reported in shell, however messages are not getting through. As it happens, the Dragino has less storage than the amount of space Serval-DNA tries to keep free (through rhizome.min_free_space in the config, which is set by default to 100MB). It seems the rhizome database is cleaned up in an attempt to keep this space free.

Setting min_free_space to 0 resolves this issue, however it would be handy if the total free space is checked when creating/modifying the database, and if it's less than min_free_space, this is reported through an error.

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

1 participant