Skip to content

Commit 22cd22b

Browse files
authored
Merge pull request #95191 from jaypatel-37/patch-1
Add that Blobfuse is not supported on Ubuntu 22.04
2 parents a841b64 + 06d3422 commit 22cd22b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/batch/virtual-file-mount.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Mounting the file system to the pool, instead of letting tasks retrieve their ow
2929

3030
Consider a scenario with multiple tasks requiring access to a common set of data, like rendering a movie. Each task renders one or more frames at a time from the scene files. By mounting a drive that contains the scene files, it's easier for compute nodes to access shared data.
3131

32-
Additionally, the underlying file system can be chosen and scaled independently based on the performance and scale (throughput and IOPS) required by the number of compute nodes concurrently accessing the data. For example, you can use an [Avere vFXT](../avere-vfxt/avere-vfxt-overview.md) distributed in-memory cache to support large motion picture-scale renders with thousands of concurrent render nodes, accessing source data that is on-premises. Instead, for data that already is in cloud-based Blob storage, [blobfuse](../storage/blobs/storage-how-to-mount-container-linux.md) can be used to mount this data as a local file system. Blobfuse is only available on Linux nodes, though [Azure Files](../storage/files/storage-files-introduction.md) provides a similar workflow and is available on both Windows and Linux.
32+
Additionally, the underlying file system can be chosen and scaled independently based on the performance and scale (throughput and IOPS) required by the number of compute nodes concurrently accessing the data. For example, you can use an [Avere vFXT](../avere-vfxt/avere-vfxt-overview.md) distributed in-memory cache to support large motion picture-scale renders with thousands of concurrent render nodes, accessing source data that is on-premises. Instead, for data that already is in cloud-based Blob storage, [blobfuse](../storage/blobs/storage-how-to-mount-container-linux.md) can be used to mount this data as a local file system. Blobfuse is only available on Linux nodes (excluding Ubuntu 22.04), though [Azure Files](../storage/files/storage-files-introduction.md) provides a similar workflow and is available on both Windows and Linux.
3333

3434
## Mount a virtual file system on a pool
3535

@@ -447,9 +447,11 @@ Azure Batch supports the following virtual file system types for node agents pro
447447

448448
| OS Type | Azure Files Share | Azure Blob container | NFS mount | CIFS mount |
449449
|---|---|---|---|---|
450-
| Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
450+
| Linux | :heavy_check_mark: | :heavy_check_mark:* | :heavy_check_mark: | :heavy_check_mark: |
451451
| Windows | :heavy_check_mark: | :x: | :x: | :x: |
452452

453+
_*Azure Blob container is **not** supported on Ubuntu 22.04_
454+
453455
## Networking requirements
454456

455457
When using virtual file mounts with [Azure Batch pools in a virtual network](batch-virtual-network.md), keep in mind the following requirements and ensure no required traffic is blocked.

0 commit comments

Comments
 (0)