Open olesya13 opened 3 years ago
Feature request: Attach the disk of specified size to Batch VM looks very much like 1.
above.
@BMurri it's more like a part of item 1. We discussed it with @MattMcL4475 yesterday, and we think we can split work into 2 stages:
Support for zones and bootDiskSizeGb is still an open question.
Subtasks
@olesya13 @BMurri this looks like a long pending issue open since 2021, are we actively working on this or can this be closed?
@ngambani There's one remaining part (#305) and that is waiting on Cromwell to add the TES 1.1 support for PREEMPTED
before we can complete this. I recall that issue on their side being opened, but I don't recall any identifier for it.
Below is a list of the attributes we've seen in GCP specific wdl scripts so far, and changes we have to make:
maxRetries: 3 Comment - on Azure preemptible has type bool, and we add maxRetries to keep retry functionality, but we still do not have the same functionality as Google has - if workflow fails after 3 retries on low-pri VM there will be no switch to dedicated VM. Is it possible to replicate GCP functionality?
The first two attributes (disks and preemptible) are very important. When these two are supported we won't need to modify wdl scripts.