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.1.2" share = "/srv/nfs-exports/nomad" mountPermissions = "0" } mount_options { fs_type = "nfs" mount_flags = [ "timeo=30", "intr", "vers=3", "_netdev" , "nolock" ] }