nomad to the max
This commit is contained in:
18
test/nfs-volume.hcl
Normal file
18
test/nfs-volume.hcl
Normal file
@@ -0,0 +1,18 @@
|
||||
type = "csi"
|
||||
id = "test"
|
||||
name = "test"
|
||||
plugin_id = "nfsofficial"
|
||||
external_id = "testid"
|
||||
capability {
|
||||
access_mode = "multi-node-multi-writer"
|
||||
attachment_mode = "file-system"
|
||||
}
|
||||
context {
|
||||
server = "192.168.10.3"
|
||||
share = "/srv/pub/Music"
|
||||
mountPermissions = "0"
|
||||
}
|
||||
mount_options {
|
||||
fs_type = "nfs"
|
||||
mount_flags = [ "timeo=30", "intr", "vers=3", "_netdev" , "nolock" ]
|
||||
}
|
||||
Reference in New Issue
Block a user