It really depends on the usecase. For example for OPNsense ( see https://forum.opnsense.org/index.php?topic=44159.0 by meyergru ) it makes sense to use zfs inside the vm to have snapshots and due to the relative low write amount of opnsense the...
This is not possible with Hetzner storage box though If I recall correctly. It might be possible to limit it to a hetzner vserver but then the vserver costs outweighs the price benefit of the storage box.
Using storage boxes ( or any other...
Ich würde es so handhaben, da selbst bei fest eingebauter Platte erheblich bessere Portabilität gegeben ist. Beim Umbau muss das Zielsystem sonst zwingend über ZFS-Fähigkeiten verfügen und es muss diesbezügliches Knowhow vorhanden sein. Gerade...
Sorry, I don't have any current pointers. But the concept of the unwanted, massive write-amplification is still true, right?
There were some "historical" misunderstandings and there are some newer improvements, yes. But "consumer SSDs" are...
Okay. Wenn ich gezwungen wäre, mit den vier Geräten aus #1 zu arbeiten, würde ich:
die beiden 2 TB NVMe + SSD als Mirror vorsehen und darauf PVE installieren. "rpool" ist dann groß und kann max. eineinhalb TB Nutzdaten aufnehmen. Das Resultat...
Auch wenn ich gerade das zitiere, ich verzichte mal auf eine passende Antwort - mein Standpunkt ist ja klar ;-)
Vermutlich liegt "die beste Lösung"™ mal wieder in einem Kompromiss: für das Funktionieren des System wichtige Teile sollten...
Hi,
for a 3 node PVE cluster with integrated shared (VM) Storage + HA the following options are feasible.
- Ceph (HCI)
- ZFS replication between the 3 nodes - but be aware it's async - data loss is possible
- 3rd party SW/plugins like...
Eine eigene... was?
ZFS auf einem einzelnen Datenträger ist (aus meiner Sicht!) immer noch besser als gar kein ZFS. Aber Dinge wie self-healing benötigen Redundanz, die dann eben nicht vorhanden ist.
ZFS hat einige für mich extrem wichtige...
Datacenter Summiert alle deine Storages. Siehe zB. pvesm status. Du kannst das in den User Settings anpassen.
/ zeigt im Prinzip das gleiche an wie df -hT /. Also nur die System Platte/Partition bzw. den Einhängepunkt.
Die unterschiedlichen...
Well, it seems you have multiple problems. The very first being the fact that noone here can actually help you while all relevant information is missing. What kind of answer do you actually expect from post #1?
Start with describing the old and...
I am using ext4 for everything. (There are valid reasons to use other filesystems, but those are not included in my zoo.)
The only reason for ZFS inside a guest would be if there is payload software utilizing specific ZFS features by itself. I...
Es geht vielleicht weniger um die Vertrauenswürdigkeit des Gegenübers als dessen unbewusste Gefährungslage, etwa weil sämtliche IoT-Device, Smartphones und Waschmaschinen am selben LAN hängen. Grundsätzlich ist es natürlich richtig, dass...
Don't do this: https://lists.proxmox.com/pipermail/pve-devel/2025-March/068874.html
This message isn't saying that the /var/cache/apt/archives directory is using that space. Check what actually uses it
du -shcx /* | sort -h
# Go deeper
du -shcx...
Yes, but not every single time. Depends essentially on the size of the datastore, how much work PBS has to do (i.e. backup once a day vs once an hour, many replicas, many verify, etc), and how much time you have to run GC, which is the task that...