mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-26 10:06:13 +01:00
b7e324ae13
Signed-off-by: Magic_RB <magic_rb@redalder.org>
20 lines
305 B
HCL
20 lines
305 B
HCL
type = "csi"
|
|
id = "hydra-data"
|
|
name = "hydra-data"
|
|
plugin_id = "nfs"
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
}
|
|
|
|
context {
|
|
server = "blowhole.in.redalder.org"
|
|
share = "/var/nfs/hydra-data"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
mount_flags = [ "nolock" ]
|
|
}
|