From 1c74139ebd7d26c71c08ec7a028b3d8e40157ba8 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 12 Feb 2023 11:06:35 +0100 Subject: [PATCH] pbs: disable failing zfs services --- src/proxmox-pbs/install-service.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/proxmox-pbs/install-service.sh b/src/proxmox-pbs/install-service.sh index 5e77729..6bcfa59 100644 --- a/src/proxmox-pbs/install-service.sh +++ b/src/proxmox-pbs/install-service.sh @@ -21,3 +21,5 @@ apt update && apt upgrade -y DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" proxmox-backup-server proxmox-backup-manager datastore create $PBS_DATA /$LXC_SHAREFS_MOUNTPOINT/$PBS_DATA + +systemctl disable --now zfs-mount.service zfs-share.service