aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-12-15 22:05:45 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-12-15 22:05:45 -0500
commit79c622acd8572b6d74ae7ca651e8f30f9610fe1d (patch)
treec9fcf02ad32f10d9c162bf06c75c3acd65a34f22
parentd4ab744834c3d278041abdc4669de96d462bc9c6 (diff)
downloadinfrastructure-79c622acd8572b6d74ae7ca651e8f30f9610fe1d.tar.gz
dont snapshot poudriere filesystems (causes poudriere errors)
-rw-r--r--scripts/hostclass/pkg_repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/pkg_repository b/scripts/hostclass/pkg_repository
index 83a26aa..5caa69b 100644
--- a/scripts/hostclass/pkg_repository
+++ b/scripts/hostclass/pkg_repository
@@ -18,7 +18,7 @@ poudriere_patch_dir="${poudriere_conf_dir}/patches"
# Create poudriere datasets.
create_dataset -o "mountpoint=${poudriere_data_dir}" "${state_dataset}/poudriere"
create_dataset -o "mountpoint=${poudriere_conf_dir}" "${state_dataset}/poudriere-config"
-zfs set com.sun:auto-snapshot:weekly=true \
+zfs set com.sun:auto-snapshot:weekly=false \
"${state_dataset}/poudriere" \
"${state_dataset}/poudriere-config"