Skip to content

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

Description

@ConanMishler

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 /.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    • Status
      To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions