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

Better management of storage size (disk full) #1049

Open
pl-buiquang opened this issue Aug 21, 2022 · 1 comment
Open

Better management of storage size (disk full) #1049

pl-buiquang opened this issue Aug 21, 2022 · 1 comment
Labels
back-end enhancement New feature or request

Comments

@pl-buiquang
Copy link
Contributor

pl-buiquang commented Aug 21, 2022

Sometimes when importing a new output this fails because the device is full.

For that:

  • we should keep a minimum temp space available (limit number of new studies for instance) for input import / export / ...
  • queue import jobs when temp space is full (awaiting it to be free again) since it's temporary

Context:

The disk applis/antares/data/tmp should be monitored. It should be at least 200 GB free. The size of a study is less than 500 MB. The result of a study can reach some GB. They are retrieved from CALIN.

For example, in the run_study function, the task should be put on hold if the disk space is insufficient.

In Elastic Search, the disk space is indicated in log files.

@laurent-laporte-pro
Copy link
Contributor

Related to Demonstrate metrics PR#1488

@makdeuneuv makdeuneuv added enhancement New feature or request back-end labels Dec 19, 2023
@laurent-laporte-pro laurent-laporte-pro changed the title Better management of storage size Better management of storage size (disk full) Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants