From ca6f95ae4bbec24ebdad56088ec7b4fb279a3344 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 12 Jan 2024 10:15:06 +0100 Subject: [PATCH] fix: add no_root_squash option to nfs exports --- host-plumbum.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host-plumbum.yml b/host-plumbum.yml index 6530a6c..d9aa737 100644 --- a/host-plumbum.yml +++ b/host-plumbum.yml @@ -8,7 +8,7 @@ nfs_host_exports: - directory: "/srv/nfs/backup" hosts: "*.n39.eu" - options: rw,sync,no_subtree_check + options: rw,sync,no_subtree_check,no_root_squash - directory: "/srv/nfs/ephemeral" hosts: "*.n39.eu" - options: rw,sync,no_subtree_check + options: rw,sync,no_subtree_check,no_root_squash