Hi,
I can understand your concern. In your case, VM B is not really a separate machine but a refreshed copy of VM A, so keeping the same UUID would help avoid licensing issues and reduce administrative work.
As far as I know, there is...
Hi,
One way to do this would be, by using fdisk utility
fdisk /dev/hda.
Type p (it will print partition table)
Type n (for creating a new partition)
Press enter (it will take the default value)
Press enter (it will take last cyclinder as...
It might be the same issue as reported upstream here: https://bugzilla.kernel.org/show_bug.cgi?id=221234
A fix for that will be included in the next 6.8 kernel version which is expected to come in the following days/weeks.
Yes, great that this was addressed. But the old default might still be in place in OP's PVE.
It might be something else, but people wondering about 50 plus a bit % memory usage on a system using ZFS are quite common. :)
The source does have a static IP but is that TLS still secured since they are self-signed certs?
I'm afraid I don't have much experience configuring firewall rules so if you happen to have a good resource I could trawl through to learn would be...
The percentage depends on a few things but the new PVE default is 10% and for ZoL it's max(total_memory - 1GB, 5/8 × total_memory). I also have a snippet here to easily alter it. I didn't post it before because I don't see a good reason to alter it.
Ja, die Enterprise-SSD-Preise sind grade echt kein Spaß. Aber bis April 2027 habt ihr ja noch gut Zeit zum Planen, und auf der Testkiste könnt ihr bis dahin schon mal ordentlich Erfahrung sammeln. Passt schon!
Die Hardware der neuen Systeme und auch des PBS wird dann natürlich mit SSDs sein. Geplant ist unsere neue Hardware für das nächste Geschäftsjahr ab dem 1.4.2027
Wobei die geplanten Hardwarekosten durch die Speicherpreise wohl um einiges...
* please share the journal of the time when this failed.
* do you have any modifications in place (e.g. some wrapper around pmg-log-tracker to check other nodes' logs)?
* please also share `pmgversion -v`
ZFS on Linux claims 50% of the system memory for ARC by default.
You can change this to your liking by setting the zfs_arc_max parameter.
For example, to set 64 GB (1024^3*64) as max on a running system:
echo 68719476736 >>...
Actually, I am using the SDN feature of Proxmox with VXLAN on three hosts connected to a 10G switch.
I’m using iperf3 from host to host, and it gives 10 Gbit/s throughput, but from guest to guest on two different hosts, it gives around 3 Gbit/s...
Vielen Dank!
Genau die Punkte waren auch ein wesentlicher Grund für die Entwicklung von BackupPilot. Viele nutzen bereits den proxmox-backup-client, aber sobald Datenbanken oder andere Anwendungen mit konsistenten Datenständen ins Spiel kommen...