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: docs/driver-parameters.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ volumeAttributes.mountPermissions | mounted folder permissions. The default is `
32
32
33
33
Name | Meaning | Available Value | Mandatory | Default value
34
34
--- | --- | --- | --- | ---
35
-
mountOptions | mount options separated by comma, e.g. `"nfsvers=4.1,sec=sys"` | | No | ""
36
-
server | NFS Server address | domain name `nfs-server.default.svc.cluster.local` <br>or IP address `127.0.0.1` | Yes |
37
-
share | NFS share path | `/` | Yes |
35
+
server | NFS Server address | domain name `nfs-server.default.svc.cluster.local` <br>or IP address `127.0.0.1` | No | use server from source volume by default
36
+
share | NFS share path | `/` | No | use share from source volume by default
37
+
mountOptions | mount options separated by comma during snapshot creation, e.g. `"nfsvers=4.1,sec=sys"` | | No | ""
38
38
39
39
### Tips
40
40
#### `subDir` parameter supports following pv/pvc metadata conversion
0 commit comments