You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/example/nfs/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
## NFSv3 support
2
2
[NFS 3.0 protocol support on Azure Blob storage](https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support) is now in Preview. This service is best suited for large scale read-heavy sequential access workload where data will be ingested once and minimally modified further. E.g. large scale analytic data, backup and archive, NFS apps for media rendering, and genomic sequencing etc. It offers lowest total cost of ownership.
3
3
4
-
#### Feature Status: Alpha
5
4
#### Supported OS: Linux
6
-
#### Supported CSI driver version: `v0.7.0`+
7
-
> `v1.2.0`+ supports dynamic account creation
5
+
- dynamic account creation support is available from `v1.2.0`
8
6
9
7
#### Prerequisite
10
8
-[Register the NFS 3.0 protocol feature with your subscription](https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to)
@@ -15,8 +13,7 @@ az provider register --namespace Microsoft.Storage
-[Optional] Follow steps [here](https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to) to create storage account that supports NFSv3 protocol
19
-
- specify `storageAccount` in below storage class `parameters`
16
+
-[Optional][Bring Your Own Storage Account] Follow steps [here](https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to) to create storage account that supports NFSv3 protocol and then specify `storageAccount` in below storage class `parameters`
0 commit comments