bashclub / zamba-lxc-toolbox

Zamba LXC Toolbox a script collection to setup LXC containers on Proxmox + ZFS. Zamba is the fusion of ZFS and Samba (standalone, active directory dc or active directory member), preconfigured to access ZFS snapshots by "Previous Versions" to easily recover encrypted by ransomware files, accidently deleted files or just to revert changes.
https://aow.de/
GNU General Public License v3.0
289 stars 62 forks source link

PBS lxc - Proxmox Backup Server Error in Syslog "Failed to initialize libzfs" #118

Open motti87 opened 1 month ago

motti87 commented 1 month ago

Der PBS versucht den "zfs-zed.service" im lxc laufen zu lassen, was nicht funktioniert. Es kommt somit zu Fehlermeldungen im Syslog. grafik

Da der Service auf dem PVE läuft, konnte ich Ihn im PBS-LXC einfach deaktiveren mit: systemctl disable zfs-zed.service und neu starten.

Evtl kann man den befehl im Script gleich einbauen, in der Zeile: https://github.com/bashclub/zamba-lxc-toolbox/blob/415703ea5fe9b8ed88cc61f9d019539b77d17ab2/src/proxmox-pbs/install-service.sh#L25 ?

Neu:

systemctl disable --now zfs-mount.service zfs-share.service zfs-zed.service

LG aus Wien, Matthias