Files
nomad-nummer5/test/nfs-volume.hcl
2023-09-19 19:49:36 +02:00

19 lines
382 B
HCL

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" ]
}