I used PVE+A16(64G)+256G memory and allocated 10 virtual machines, one of which was allocated 4G video memory. When the virtual machine is started, 3-5 virtual machines can be started normally, and after a few hours, other virtual machines cannot...
Don't let me talk you out of it. Two hours of iperf3 so far without issues. And just now, I edited the config file to be as the last poster suggested, or atleast similar, and I'm going to test it again. I'm now testing:
auto lo
iface lo inet...
Hi, please share more information as following if possible:
Host network config: post the relevant parts of /etc/network/interfaces (or whatever file you use) showing eno1, the bridge (vmbr), and how they’re connected.
VM NIC info: inside the...
Thanks for sharing your config — you’re almost there.
A few quick points:
Keep only one bridge (vmbr0) — you already made it VLAN-aware, so no need to create vmbr0.110 unless the Proxmox host itself needs an IP inside that VLAN.
For your VMs...
OK - that's super interesting. And I've twigged that perhaps I've missed the point a bit. I was thinking of this as a problem that materialised on VM guests, but now I'm thinking the workaround (disabling GSO / TSO) is probably applied to the...
Thanks Max for taking the time to research the info regarding HMB. Thou I knew about HMB and nvme devices I was unaware that HMB only stores some of the FTL and will constrain random reads and random writes. Actually a backup of a newly...
Hi,
Then report the issue to Google please and not here ;) And I suggest you read up more on what LLMs can and cannot do and not just trust marketing hype.
Eh, I would not trust "AI" too much, especially not for any integrity things and if it's just comparing a simple string...
The SHA256 sum from proxmox-ve_9.0-1.iso is indeed 228f948ae696f2448460443f4b619157cab78ee69802acc0d06761ebd4f51c3e as...
Found here : https://rovingclimber.com/2025/08/08/coral-tpu-driver-install-for-proxmox-9-0-debian-13/
Worked EXCEPT had to change to the forked coral-DKMS drivers found here : https://github.com/feranick/gasket-driver
wget -qO -...
I don't think so , ZFS writes slower because of integrity and checksum.
Can be faster in reads operations thanks to ARC caching.
I'm not sure if powershell is reliable to benchmark IOPS.
It doesn't matter, now test the same on a Windows...
Und noch die kurze Anmerkung, Ceph hat sich in den letzten Jahren extrem weiterentwickelt. Die Integration und die Installation im PVE würde ich mir auf dem aktuellen Stand definitiv mal anschauen. Der Teil geht auch bei nem 3-Node Cluster...
At https://pbs.proxmox.com/docs/prune-simulator/ I have entered your retension policy and the simulation shown about 81 snapshots. I.e., very similarly to your (unexpected) outcome.
The simulator also shows the reason (the rule) which he keeps...
Hi,
for setting up the name resolution in a cluster, it is very recommendable to utilize /etc/hosts or even better use the static IPs of the hosts.
I am not sure about your planned setup. Please keep in mind the clusters corosync service needs...
This has not been implemented yet, please subscribe to the issue [0] to get progress update notifications.
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=4186
On VF creation, MAC address might be blank, also relying on sleep might also result in race condition with other pre network services (like bridging). I'm using udev + network for VF setting on link and a one up systemd service that match a...