I just noticed something on my homelab server the other day, and while i am sure it is an issue, i don't know how much of an issue it might be.
i have an old lenovo minipci running proxmox ve 8 (pve-manager/8.4.19/a68fb383814bb1e6 (running...
I have also seen 2 intermittend Reboots on the same ProxMox VE Host this week, one on Monday at 6:55am and then again today at 7:55am. I know it might be coincidence as this has not happened previously but I updated the ProxMox servers on Sunday...
Can you manually mount the NFS share on the problematic nodes when the issue is present?
Are you sure there is duplicate IP on the network at that time? Have you compared all package versions, including Kernel, across the nodes?
Without logs and...
Proxmox has added support for TPM storage for ZFS over iSCSI in qemu-server: 9.1.10
https://bugzilla.proxmox.com/show_bug.cgi?id=3662
Confirmed this fix is now in the no-subscription repo. Confirmed working on my test systems.
[ 285.467448] ------------[ cut here ]------------
[ 285.467451] WARNING: ./arch/x86/kvm/mmu.h:227 at paging64_walk_addr_generic+0x7fc/0xa00 [kvm], CPU#20: CPU 11/KVM/9733
....
I am hitting this WARN_ON_ONCE that was committed here...
So...from my naive analysis
1. vfio-pci driver binding to the GPU cards seems to be doing something (putting it into a state) where it drops off the bus. For 3 days with the devices unbound to the driver the GPU devices stayed on the PCIBus...
Proxmox has added support for TPM storage for ZFS over iSCSI in qemu-server: 9.1.10
https://bugzilla.proxmox.com/show_bug.cgi?id=3662
Confirmed this fix is now in the no-subscription repo. Confirmed working on my test systems.
I have not tried "vfio-pci.disable_idle_d3=1".
But...my theory might have meat to it...
So my theory on vfio-pci driver being assigned vs unassigned might have some meat to it...
Tested on a different server, started that server up May 8th...
Hi, I am trying to track down an issue I am having. About a month ago or so 2 of my 5 nodes started to have an issue with the NFS share showing up as unknown. The NFS share is set up within the datacenter, and all 5 nodes have access. It’s a...
From what I gather, these modules have to either be in use, loadable through a user-level (not root) trigger, or already compiled default into the kernel to be exploitable in containers.
Doesnt the default confined apparmor profile for...
This may seem like a silly question, but I'm looking for some direction on logging the activity that is normally output to the command line when you run the 'Snapshot Create' option.
I do not find any reference in the documentation for...
Hello everyone,
The problem was solved, and it was more twisted than one might have imagined.
The interfaces of each of our cluster nodes could in fact communicate in a stable way for Corosync only in 10Gbps or 25Gbps.
What was totally...
Thanks @Neobin that was helpful. I was able to create the below script with the help of AI.
You can change "*/15" to adjust the schedule to your liking and add --rate to prevent storage/network bottlenecks, ie: --rate 20 (20 MB/s)
#!/bin/bash
#...