Skip to content

Commit

Permalink
Improve documentation about azcopy installation requirements for cust…
Browse files Browse the repository at this point in the history
…om Azure Batch worker pools (#4911)



Signed-off-by: Adam Talbot <[email protected]>
  • Loading branch information
adamrtalbot authored Apr 17, 2024
1 parent 7676dd9 commit 5c410db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ When Nextflow is configured to use a pool already available in the Batch account

1. The pool must be declared as `dockerCompatible` (`Container Type` property).
2. The task slots per node must match the number of cores for the selected VM. Otherwise, Nextflow will return an error like "Azure Batch pool 'ID' slots per node does not match the VM num cores (slots: N, cores: Y)".
3. Unless you are using [Fusion](./fusion.md), all tasks must have [AzCopy](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10) available in the path. If `azure.batch.copyToolInstallMode = 'node'` this will require every node to have the azcopy binary located at `$AZ_BATCH_NODE_SHARED_DIR/bin/`.

### Pool autoscaling

Expand Down

0 comments on commit 5c410db

Please sign in to comment.