Hey, just made this account to chime in on the problem solving :)
I assume the VLAN2 and VLAN4 exist on a switch, and you are trunking them into nic1.
From your first example, I assume you want your proxmox node to be reachable on VLAN2...
@UdoB Thank you for your suggestion!
I used the https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pvecm_separate_node_without_reinstall - as a reference and was able to get the Corosync.conf files editable. Then i copied the conf file from a...
Ich hab hier 3 PVEs in einem Cluster, die Nodes greifen per FC auf ein MSA 2060 SAS Storage zu.
Ich kann mich ad hoc nicht mehr erinnern, was genau der zwingende Grund war, dass ich damals auf OCFS2 gehen musste, jedenfalls muss ich in diesem...
i should have mentionjed that the install im running is pretty barebone, the only thing ive changed was set the scheduler to powersave getting the machine from 80 to 52 degrees °C.
ich habe das von der KI erfahren,
"Eine Datei konnte ich ja nicht anlegen "touch: '300.conf' kann nicht berührt werden: Eingabe-/Ausgabefehler"."
Das bezog sich auf den Status "LOCK:CREATE".
Ich werde mich heute Abend darum kümmern. Ich melde...
Wenn ich im Mail-Filter eine Regel einstelle:
Action-Object: Accept
From: Alle Absendermails des Ticketsystems
Direction: In & Out
bringt dies auch keine Verbesserung
Ive recently experienced regular (something like every 5 hours) reboots without special warnings on my homelab, a small n100 router appliance. That was on Kernel 6.17.9-1-pve. Using Proxmox-boot-tool i pinned 6.14.11-5-pve and now its been up for...
We are currently planning to implement Proxmox on a new dedicated server intended for AI workloads.
The intended setup is as follows:
Multiple virtual machines hosted within Proxmox;
The ability to share GPU resources across several virtual...
Grundsätzlich ist eine Auslastung über 100% möglich, da nun seit Proxmox VE 9.0 auch die Host Memory Usage hinzugerechnet wird, was besonders bei VMs ohne Ballooning bedeutet, dass das konfigurierte, maximale Memory Assignment überschritten...
It looks like your pings to the internet (e.g. 1.1.1.1) will not go over the tailscale interface, see the following route:
default 192.168.10.1 static eth0
Ja, grundsätzlich hat auch eine einzelne Proxmox VE Node eine pmxcfs Instanz, um /etc/pve mit den gleichen Pfaden wie in einem Cluster Environment zu Verfügung zu stellen.
In wie weit wird das System auf read-only gesetzt? Ist das Dateisystem...
Forgot to update but its solved
The rsync mostly succeeds, set -e treats any non‑zero exit code as a fatal error and stops the script.
rsync often returns exit code 23
So adding
rsync -avz /var/ /zdata/var/ || true
Makes it work. I will post the...