Genau dafür sind ZFS Snapshots super.
Das Märchen „ZFS killt meine SSD“ wird nicht wahrer mit ständiger Wiederholung. Ein QCOW auf LVM kann genausogut mehr write amplification aufweisen als eine ZFS RAW.
Das ist immer noch so. LVM snapshots sind ( ähnlich wie snapshots bei vmware exsi) nicht dafür gedacht lange aufbewahrt zu werden, sondern um eine schiefgegangene Änderung ( update o.ä. ) wieder zurückzurollen oder um vor einen Backup mit tar...
These messages can be ignored. If you do not want the messages to show up anymore add the following kvm options:
echo "options kvm ignore_msrs=1 report_ignored_msrs=0" > /etc/modprobe.d/kvm.conf
https://pve.proxmox.com/wiki/PCI_Passthrough#Tips
Naja, ZFS implementiert diverse Features, die klassische Konstruktionen nicht bieten. Wenn ich mich richtig erinnere, bietet der klassische Stack dies nicht ohne weiteres: transparente Kompression, technisch billige¹ Snapshots, garantierte...
ZFS verursacht bei mirrors und default volblocksize keinen nenneneswert grösseren wearout als ext4 und läuft auch problemlos auf consumer.
wenn du Proxmox auf boot zfs installierst, ist SWAP deaktiviert.
Zum Thema Backup: Backup auf den...
Klar bremst der RAID Controller. Ich würde nie NVMe hinter einen RAID Controller packen. Die RAID Controller haben in der Regel 8 PCI Lanes und jede NVMe auch schon 4, somit ist der RAID Controller immer ein Bottleneck bei mehr als 2 NVMe.
Dann...
Ganz klar, die falsche CPU im Host gewählt. Das Backup führt der Proxmox Backup Client aus auf dem PVE. Dieser muss die Daten auch Komprimieren, was von der Single Core Performance des Hosts abhängt. Da die CPU nur 525MB/s Compression schafft und...
If I create 2 VM (one for my childrens and one for me) I need a PC to connect to my VM or I have to manage properly the sound, the webcam. And I prefere that my son does not touch the server. He already tends to look for my phone's PIN code, so I...
Hi y’all,
I’ve updated my Proxmox hardening guide, it now includes PVE 9 and PBS 4, in addition to PVE 8 and PBS 3. It continues to extend the CIS Debian benchmark with Proxmox specific hardening tasks.
Repo...
Glad you could find the issue. :)
Custom roles are not yet supported in PDM.
We've not fully defined a stable set of minimum required permissions yet for PBS, but from a quick glance at the available functionality, I think you'd need...
Man kann den ZFS ARC bei PVE hier anpassen -->
root@pve03:~# cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_max=6715080704 --> offizielle Quelle
Ich hab damit ne zeitlang rumexperimentiert, es hat jedoch bei der Performance keinen merklichen...
Not sure why you don't create a full VM with an OS for your use & another one for your Kids. You'll be able to have full backups & restore at any time.
Hello team,
I recently installed a new PROXMOX 9.1.1 cluster , everything was working fine.
Then we ugpraded both nodes to 9.1.2 and then the network is not working anymore.
We use Mellanox ConnectX 6 10/25G network cards, all firmares are up to...
Assumption: each NIC is assigned in a bridge. That's default and OK.
There are several solutions for your wish, for example limiting "Listen" for the relevant processes or establishing iptables rules.
But approach "zero" is by far the...