ZFS kann mit nur einer Disk seine volle Leistungsfähigkeit nicht entfalten - Funktionen wie "Selbstheilung" brauchen Redundanz.
Und man sollte gute SSDs verwenden, Faustregel: alle Typen mit "PLP" (Power-Loss-Protection).
Wenn man ganz auf ZFS...
Für die Replikation schau direkt ins Job-Log: in der GUI beim Gast unter Replication den Job anklicken, da steht meist recht klar drin an welchem Punkt er abbricht. Auf der Shell dazu journalctl -u pvesr. Und parallel pvecm status beobachten...
Thank you, but if I run out the purge not the autoremove because it tries to copy on esp the kernels and after it becomes saturated going into error ,if I execute as you say apt purge proxmox-kernel-5* proxmox-kernel-7.0.2-7* do I solve the...
Looks good, only the last few kernels are considered for the actual bootloader/ESP, as it should. A lot of older kernels are nicely omitted.
You could purge the old/unincluded kernels from your system as good housekeeping:
apt purge...
apt install nfs-kernel-server installiert einen NFS-Server im Proxmox, denn das ist auch nur ein Debian.
Zur Einrichtung und Verwendung eines NFS-Servers empfehle ich weitere Recherche im Internet.
I've been using /dev/disk/by-id/... names.
Both systems are mature production systems, which didn't show the problem until upgrading from 6.8 kernel to 7.0.
Da muss ich @TErxleben zustimmen: Docker in LXC ist einfach anfälliger und nicht so isoliert wie VMs. Ich schätze mal 70% oder mehr der hiesigen Posts im Forum, die Probleme mit LXC und Docker thematisieren, wären unnötig, wenn die User direkt...
Mit Docker hab ich mich noch nicht so auseinandergesetzt. Aber ich glaube Docker ist doch auch ein Container ... und Docker in LXC wäre Container in Container. Das versuche ich zu vermeiden, weil ich mir schon denken kann, dass das nicht der...
Good morning,
I have used the community-script to install Gramps-Web in an LXC.
In the documentation it is stated that it can be updated.
How can I update this fantastic application to the latest version?
Thanks in advance for your help
John...
Für die Replikation schau direkt ins Job-Log: in der GUI beim Gast unter Replication den Job anklicken, da steht meist recht klar drin an welchem Punkt er abbricht. Auf der Shell dazu journalctl -u pvesr. Und parallel pvecm status beobachten...
Thanks @Onslow — that one actually answers the quota question from my first post:
"Once the quota is reached, new writes for dedup-enabled datasets bypass deduplication and are written as unique blocks, preventing unbounded DDT growth."
So it...
Hi AlexanderB
You could try with this vlan entry:
auto vmbr0.9
iface vmbr0.9 inet static
address 192.168.9.20/24
gateway 192.168.9.1
Did you check that vlan9 is tagged on nic0 uplink on switch-side (or Bridge when virtual) as with...