If you’re using an IPSec VPN, you are encapsulating Ethernet packets over whatever link you have. If your IPSec goes over a link with 1500MTU, your IPSec header takes about 60 bytes if I’m not mistaken, then your Ethernet packets need to be...
If you’re using an IPSec VPN, you are encapsulating Ethernet packets over whatever link you have. If your IPSec goes over a link with 1500MTU, your IPSec header takes about 60 bytes if I’m not mistaken, then your Ethernet packets need to be...
In my case it is using Proxmoxer and simply fetching all the VMs at the same time will time out the API. We have to paginate. There are also some race conditions, where creating a VM returns from the API, then it takes some time to return its...
Danke für die schnelle Antwort.
du würdest das OS also nur auf einer einzelnen 60gb SSD installieren. Beim Ausfall dieser einen SSD dann einfach eine neue SSD reinhängen, OS neu installieren und die anderen Laufwerke dann wieder einbinden...
Zwei Wochen lang ging es gut, gestern (in meiner Abwesenheit) wieder Issues mit den beiden VMs. Angeblich sogar Boot-Probleme.
Ich bin noch am Erfragen der genauen Abläufe.
Hi @hpaluch-pil
thanks for posting on the forum!
I just reproduced your setup with current Windows Server 2025 VMs in different configurations and found that the operation only fails after applying the latest updates.
With the initial...
I'm looking for some help trying to solve a problem of my discreet graphics card being hijacked by vfio. I've gotten about as far as I can troubleshooting this on my own and could use some help.
I've tried blacklisting the vfio driver and...
FYI: If you mean by negligible that the buffer cache will cache EVERYTHING and fill up, so that no really free ram is there not only available.
Sure, the buffer cache is flushed much faster is memory is required, what is the actual technical...
Hi,
Would it be possible to show network traffic graph for each network interface separately, for all network interfaces on host and also for all virtual network interfaces for each VM?
Thank you
Luka
Sehe ich auch so. Fehler steht ja schon in dmesg drin:
Jun 30 13:39:33 pve QEMU[64897]: KVM: entry failed, hardware error 0xffffffffffffffff
Jun 30 13:41:15 pve kernel: kvm: kvm [68075]: vcpu0, guest rIP: 0xffffffff8388840f Unhandled...
Hi @unsichtbarre
thanks for posting on the forum!
I assume you want this rule to allow your management network access to the Web GUI of Proxmox VE correct?
In this case your rule needs to specify the destination port (dport) instead of the...
Hi All,
Got PDM up and running. Working well, but I'd like to know more on the "host storage Used".
Here on one of my cluster, it is showing 69Tb (ish) of total storage. However, my 3 nodes have a combined storage of 25Tb only. The PBS attached...
Thanks for your contribution! I made a couple of tweaks that worked for my use case, might be helpful for others:
#!/bin/bash
DATASTORE="datastore_name"
NAMESPACE="namespace_name"
proxmox-backup-client snapshot list --datastore="$DATASTORE"...
Might be worth a try to fix the crashkernel size to 1024M.
The parameter as is should technically pick the right size based on system memory but it might still fail.
Apart from that you might benefit from adding KDUMP_DUMP_DMESG=1 to...