Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 10, 2024
1 parent 1aafa88 commit 5532f83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/backends/GCPBatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@ The current default label set automatically applied is:

Any custom labels provided as '`google_labels`' in the [workflow options](../wf_options/Google) are also applied to Google resources by GCP Batch.

### Custom Mount Points

Cromwell's GCP Batch backend supports custom mount points as documented [here](../RuntimeAttributes.md#disks), with the caveat that all custom mount points must be specified under `/mnt/disks`.

e.g. a GCP Batch custom mount point specification should look like:

```
runtime {
disks: "/mnt/disks/my_mnt 30 SSD, /mnt/disks/my_mnt2 500 HDD"
}
```

### Virtual Private Network

Cromwell can arrange for jobs to run in specific GCP private networks via the `config.virtual-private-cloud` stanza of a Batch backend.
Expand Down

0 comments on commit 5532f83

Please sign in to comment.