This has nothing to do with the question whether gluster is dead or not. Debian ships a lot of packages which hasn't seen much or any upstream activity for years as long as somebody volunteers for maintaining it. They also don't ship some...
On is the default config, so setting it to on makes no difference. Off seems to work for quite a lot of old hardware with newer kernels. Set it to off.
I have been doing some experimenting with Proxmox ahead of my server rebuild. I am a home user who does minor self-hosting. I have been using PVE on a mini PC; I love it! Now I want to run it on my main NAS/server. I am going to get rid of my...
Hmm, i tried replicating the situation locally but didn't succeed until now.
Also didn't see any obvious typos etc.
Just to be sure, you rebooted the PVE node after making changes to the interfaces file, correct?
What is the output of cat...
I experienced similar issues with Windows Server 2025 after 8-to-9 upgrade just last week.
Chance CPU type from host to something else, like x86-64-v3.
No worries, and the manual can always be improved though I didn't put in the technical explanation from above as it felt too specific. If it's useful there as well, I can certainly find a way to put it there without being too distracting from the...
Practical problem is finding those thresholds for your specific cluster size and workload.
So I think any information is helpful for an educated guess of needed threshold values.
Maybe "Advanced" checkbox for documentation like we have for...
My bad, sorry - if you want to use VLAN 801 as VNet as well, you'd configure the IP on the interface of the VNet (in /etc/network/interfaces), like so:
auto vnet801
iface vnet801 inet static
address 10.100.100.34/24
gateway...
In a way I gave up, but I found a solution I like:
In one single step i get a strong base to work with ansible in a new container
On the proxmox node I place 2 generic scripts:
#!/bin/bash
SCRIPT=_provsion_script.sh
pct push $1...
Ohh I understand now. I thought that with sys.audit and SDN rights it would only display the SDN part in the settings, but in fact it displays everything, there are simply no modification rights.
So atm it's not possible to only display settings...
Hello all,
i have some hosts running on a local proxmox server and on the hetzner cloud. On proxmox I work with lxc containers.
I try to script the setup of these machines as much as possible and strive to define them completely with 'source...
I seem to have a similar issue. I recently updated my system from 8.4.11 to 8.4.19 on my HP ProLiant DL380p Gen8 server with P420i RAID controller
It booted several VM and after 5 to 10 minutes just crashed.
Partial log below
If I interrupt...
Yes, we have 3.20251202.1~bpo13+1 of amd64-microcode installed. I'm very skeptical that Hetzner support will do a BIOS update just for us, since their policy is "We don't officially support Proxmox".
Hi there,
I recently upgraded my PVE host to v9.2.3 and since then just one of my VMs is in trouble.
It stalls frequently for up to half an hour. During that time it won't even do a guest ping and stops Windows hearbeat. Windows Events records...
Hi Jonas,
thanks for the reply. I would prefer to stick with the routed setup for now, so I will pass on the virtual MAC approach.
I'd like to keep the details of my setup private, but I really appreciate your suggestion. Since I'm following...
Hi,
a usual solution for this is to include a first-boot hook: https://pve.proxmox.com/wiki/Automated_Installation#First_Boot_Hook_Section
With this, you can pretty easily script together setting up e.g. a LACP bond on the first boot after...
Hello,
I have an Intel NUC 12 (NUC12WSKi7) running Proxmox VE 9.2.3 and I cannot get Wake-on-LAN to work. Under Windows 11 WOL works perfectly, but under Proxmox the NIC loses power completely after shutdown.
Hardware:
Intel NUC12WSKi7
Intel...
Most of the data you ask about is really irrelevant. The point was to drive the system to some kind of unified performance peak, what CPU and whether virtual or hardware and exact test design is rather irrelevant as long as they are the same, so...
Changing the quorum to less or equal to 50% is a bad idea. Since you have an even number of nodes the recommendation is to add a QDevice: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_corosync_external_vote_support
There are quite a few...
Hi @fanton
thanks for posting in the forum!
I am not aware of a shell command specific for that purpose, but you could use the API to trigger a complete update, using [1]
Your sincerely,
Jonas
P.S. Please avoid double posting of the same...