Latest activity

  • D
    d.oishi reacted to cheiss's post in the thread PDM automated installs and LACP bond with Like Like.
    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...
  • N
    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...
  • J
    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...
  • J
    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...
  • J
    j.theisen replied to the thread sa-update equivalent.
    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...
  • S
    swiperman replied to the thread Proxmox 9 and nftables status.
    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...
  • A
    That's what I was afraid of^^ I can't do it right now, because the PvE servers are hosting functional servers.
  • D
    Hi Fiona, /etc/systemd/network/eth0.network [Match] Name = eth0 [Network] Description = Interface eth0 autoconfigured by PVE Address = xxx.xxx.xxx.xxx/16 Gateway = xxx.xxx.xxx.xxx DHCP = no IPv6AcceptRA = false 1: lo: <LOOPBACK,UP,LOWER_UP>...
  • S
    nvm, we cant add more than 1 qdevice :) in any case thanks for the help:)
  • G
    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...
  • J
    Johannes S reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    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...
  • J
    Johannes S reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    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...
  • J
    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...
  • J
    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...
  • G
    I totally agree with that.
  • G
    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
  • dakralex
    dakralex replied to the thread Questions about the dynamic CRS.
    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...
  • S
    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...
  • S
    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...
  • E
    etfz reacted to shanreich's post in the thread [SOLVED] SDN error status with Like Like.
    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...