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...
Hi Christoph, thanks for your reply.
Here is the output of pveversion -v
proxmox-ve: 9.2.0 (running kernel: 7.0.6-2-pve)
pve-manager: 9.2.2 (running version: 9.2.2/b9984c6d90a4bd80)
proxmox-kernel-helper: 9.2.0
proxmox-kernel-7.0: 7.0.6-2...
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...
Hi!
In more detail, each node's current cpu and memory usage is normalized with its own capacity (i.e. cpu_load = current_cpu / max_cpu and memory_load = current_memory / max_memory), where the node's current load is then a equal-weighted...
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...
Hi @Karcsi
thanks for posting in the forum!
Hetzner is sadly a little bit tricky to get up and running.
On a quick search for previous answers on this topic i found this post [1].
Maybe this can help you also.
Apart from that, may i ask why...
Hi @limone
thanks for posting in the forum!
You are correct, the tech preview banner in the docs is a remnant of the previous testing.
As of PVE 9.2 CRS Load balancing is considered stable.
We will update the docs asap.
Thanks for noticing...
I think this is a misunderstanding .... the plugin which I mentioned can be used with any iscsi/FC SAN ... it's an open source shared/clustered lvm thin proxmox storage plugin developed by Starwind
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...
Thanks @leesteken for your answer.
So, if i understand correctly, i can, on any other server in my server room 2, install corosync-qnetd (and on all my 6 cluster nodes corosync-qdevice
), and then setup it by pvecm qdevice setup <QDEVICE-IP> so...
Hi all.
I have a pve 9.1 cluster of 6 nodes.
3 nodes are in server room 1 and 3 others nodes are in server room 2.
For now, i need 4 nodes for quorum for my cluster (when i do corosync-quorumtool -s, i have Quorum: 4)
Monday, i need to halt all...
It seems like you still have an IP address configured on vmbr0: 10.7.20.10/24 which causes the ifquery check to fail.
Is this a leftover from a previous configuration, since you seem to have the same subnet configured as well on vmbr0.20? In...