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

builder.py doesn't calculate free vs required disk space correctly #194

Open
ConanMishler opened this issue Sep 19, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@ConanMishler
Copy link
Collaborator

builder.py gives the user the option to specify a custom directory on which to mount an EXR service which required a mount volume. Unfortunately, it doesn't recognize when the specified custom directory is actually mounted on the same Linux volume as other EXR services. Therefore, its calculations for required disk space are incorrect. For example:
Screen Shot 2022-09-18 at 6 33 45 PM
In this run of builder.py, the directory /bigdrive was specified for the UTXO_PLUGIN service. However, when calculations were made to determine total available space vs total required space on each of the specified mount directories, builder.py failed to recognize that /bigdrive is actually located on the same root / volume as /snode; therefore, the total disk space required on /bigdrive should be summed with the total disk space required on /snode, then that sum should be compared against the total available disk space on /.

@shrnkld shrnkld added the bug Something isn't working label Sep 19, 2022
@shrnkld shrnkld added this to Dev Ops Sep 19, 2022
@shrnkld shrnkld moved this to backlog in Dev Ops Sep 22, 2022
@shrnkld shrnkld moved this from backlog to To do in Dev Ops Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants