mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-29 03:26:14 +01:00
16c0fb9796
Signed-off-by: Magic_RB <magic_rb@redalder.org>
20 lines
304 B
HCL
20 lines
304 B
HCL
type = "csi"
|
|
id = "jellyfin-media"
|
|
name = "jellyfin-media"
|
|
plugin_id = "nfs"
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
}
|
|
|
|
context {
|
|
server = "10.64.1.201"
|
|
share = "/var/nfs/jellyfin/media"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
mount_flags = [ "nolock" ]
|
|
}
|