Files
nomad-nummer5/apps/openwrt/volume.hcl
2024-02-28 10:57:22 +01:00

20 lines
362 B
HCL

type = "csi"
id = "openwrt"
name = "openwrt"
plugin_id = "nfs"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
context {
server = "ebin01.wks"
share = "/data/raid1-ssd/app-data/openwrt"
mountPermissions = "0"
}
mount_options {
fs_type = "nfs"
mount_flags = [ "timeo=30", "vers=3", "_netdev" , "nolock" ]
}