Skip to content

Commit

Permalink
Change fsType to csi.storage.k8s.io/fstype (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
coulof authored Feb 25, 2022
1 parent 10787cd commit 9a5ebe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/csidriver/features/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ provisioner: csi-unity.dellemc.com
reclaimPolicy: Delete
allowVolumeExpansion: true # Set this attribute to true if you plan to expand any PVCs created using this storage class
parameters:
FsType: xfs
csi.storage.k8s.io/fstype: xfs
```

To resize a PVC, edit the existing PVC spec and set spec.resources.requests.storage to the intended size. For example, if you have a PVC unity-pvc-demo of size 3Gi, then you can resize it to 30Gi by updating the PVC.
Expand Down Expand Up @@ -353,7 +353,7 @@ To create `NFS` volume you need to provide `nasName:` parameters that point to t
- name: volume
csi:
driver: csi-unity.dellemc.com
fsType: "nfs"
csi.storage.k8s.io/fstype: "nfs"
volumeAttributes:
size: "20Gi"
nasName: "csi-nas-name"
Expand Down

0 comments on commit 9a5ebe8

Please sign in to comment.