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