We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Der PBS versucht den "zfs-zed.service" im lxc laufen zu lassen, was nicht funktioniert. Es kommt somit zu Fehlermeldungen im Syslog.
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.
systemctl disable zfs-zed.service
Evtl kann man den befehl im Script gleich einbauen, in der Zeile:
zamba-lxc-toolbox/src/proxmox-pbs/install-service.sh
Line 25 in 415703e
Neu:
systemctl disable --now zfs-mount.service zfs-share.service zfs-zed.service
LG aus Wien, Matthias
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Der PBS versucht den "zfs-zed.service" im lxc laufen zu lassen, was nicht funktioniert.
Es kommt somit zu Fehlermeldungen im Syslog.
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:
zamba-lxc-toolbox/src/proxmox-pbs/install-service.sh
Line 25 in 415703e
Neu:
systemctl disable --now zfs-mount.service zfs-share.service zfs-zed.service
LG aus Wien,
Matthias
The text was updated successfully, but these errors were encountered: