Skip to content

Commit 661b300

Browse files
authored
Update README.md
1 parent d069f95 commit 661b300

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

deploy/example/nfs/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
## NFSv3 support
22
[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.
33

4-
#### Feature Status: Alpha
54
#### 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`
86

97
#### Prerequisite
108
- [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
1513
```
1614

1715
- [Install CSI driver](../../../docs/install-csi-driver-master.md)
18-
- [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`
2017

2118
#### How to use NFS feature
2219
- Create an Azure File storage class
@@ -47,8 +44,9 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-dri
4744

4845
- enter pod to check
4946
```console
50-
$ exec -it statefulset-blob-0 bash
51-
# df -h
47+
kubectl exec -it statefulset-blob-0 -- df -h
48+
```
49+
<pre>
5250
Filesystem Size Used Avail Use% Mounted on
5351
...
5452
/dev/sda1 29G 11G 19G 37% /etc/hosts
@@ -57,4 +55,4 @@ accountname.blob.core.windows.net:/accountname/pvc-cce02240-5d13-4bcb-b9eb-f9c7e
5755
# ls -lt
5856
total 2
5957
-rw-r--r-- 1 root root 1120 Sep 3 06:52 outfile
60-
```
58+
</pre>

0 commit comments

Comments
 (0)