Duke-GCB / lando

Lando's not a man, he's a system
MIT License
0 stars 1 forks source link

k8s volume improvements #175

Closed johnbradley closed 5 years ago

johnbradley commented 5 years ago

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