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

k8s volume improvements #175

Merged
merged 6 commits into from
Mar 22, 2019
Merged

k8s volume improvements #175

merged 6 commits into from
Mar 22, 2019

Conversation

johnbradley
Copy link
Collaborator

@johnbradley johnbradley commented Mar 22, 2019

Determines size of the job-data volume based on the size of the input data + a config setting base size. The setting base size is a new config file setting called base_stage_data_volume_size_in_g .

Removes the tmp and tmpout volumes. The workflow runner job will now be provided a single ouput-data volume and flags to use directories inside that volume for output data and tmpout.
The tmpout directory will now be /bespin/output-data/tmpout.

Fixes #141

Changes stage data volume size to be calculated by
adding up the size of all input files and a base amount.
These volumes are no longer needed.
Instead tmpout will make use of the output-data volume.
Calrissian no longer needs to have a volume for holding /tmp.
@johnbradley johnbradley requested a review from dleehr March 22, 2019 18:58
@johnbradley johnbradley merged commit c8c95e2 into master Mar 22, 2019
@johnbradley johnbradley deleted the 141-k8s-volume-improvements branch March 22, 2019 19:00
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants