cluster/infrastructure/home-assistant/home-assistant_hass.hcl
main ab799f9490
Add specific hard and soft mount opts to nfs
Signed-off-by: main <magic_rb@redalder.org>
2022-02-26 18:36:19 +01:00

20 lines
340 B
HCL

type = "csi"
id = "home-assistant_hass"
name = "home-assistant_hass"
plugin_id = "nfs"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
context {
server = "blowhole.in.redalder.org"
share = "/var/nfs/home-assistant_hass"
}
mount_options {
fs_type = "nfs"
mount_flags = [ "nolock", "hard" ]
}