If you don't see an actual performance regression, it's fine. It's just a metric after all, that's highly dependent on the concrete storage setup and workload. Again, it's just a different subsystem that's used and the accounting is done...
über den befehl echo "Netconsole-Test" | nc -u 192.168.100.192 6666 bekomme ich die Nachricht Netconsole-Test am LXC mit dem Befehl
echo "netconsole test" > /dev/kmsg über den Befehl kommt leider nix an. Vermutlich bekomme ich daher auch...
Our team has a 3 nodes Proxmox cluster. Every night we backup all of the VMs. Every 2-3 days the nightly backup completely freezes one of the nodes.
Sometimes the freezing can be stopped by stopping the backup job from another node, but complete...
Again, PVE doesnt need to be involved. This is a matter of ceph configuration.
You ARE running into the limitation of using a centrally managed ceph.conf, which adds a technical wrinkle. You would need to decouple the nodes individual ceph.conf...
Hi @Palathius, welcome to the forum
It would be great if you mentioned more details on the steps you took to change PVE networking, in particular "tweaking".
There is an orderly process to this, and it sounds like you may have missed a step...
I recently did a network upgrade for my office. We installed new switches and wanted to consolidate and re-ip to a 10.50.x.x. from a 192.168.x.x numbered IPv4 network. Everything appeared to go fine up until we got the two node development...
Hi team.
I have a server with two ZFS mirror disk arrays: rpool and vmdata, running PM VE 9.2.3 on a supermicro server.
I configured email notifications both in the Proxmox GUI and in console(postfix). I tested them, and they work correctly.
I...
Der nc Befehl ist okay. Das Problem ist vermutlich dass netconsole das Netzwerk-Interface nicht automatisch findet. Probier mal explizit mit Interface und MAC-Adresse vom Ziel:
Erstmal auf dem LXC die MAC rausfinden: ip link show eth0 (oder wie...
accept_ra 2 seems ignored/overrided ( found in many PVE topics )
config below seems working here, (will confirm tomorrow ) on a host which was static IPv6.
iface vmbr0 inet6 auto
pre-up /sbin/sysctl net.ipv6.conf.vmbr0.accept_ra=2
Are you setting Ceph flags before reboot? And/or waiting for full recovery before updating/rebooting the second node?
Our notes for updating PVE include:
in Ceph set checkboxes for:
(any node > Ceph > OSD > Manage Global Flags)
nodeep-scrub...
Are you setting Ceph flags before reboot? And/or waiting for full recovery before updating/rebooting the second node?
Our notes for updating PVE include:
in Ceph set checkboxes for:
(any node > Ceph > OSD > Manage Global Flags)
nodeep-scrub...
so ich hab auf einem meiner Proxmox Server einen LXC Container als 2. PC erstellt und die IP nun in den modprobe eingeben:
root@Raylane:~# modprobe netconsole netconsole=@/,@192.168.100.192/
root@Raylane:~#
auf dem "2. Rechner hab ich nun...
Ich würde die PBS-VM selbst und den PBS-Datastore nicht auf dasselbe Volume legen, wenn du es vermeiden kannst. Das trennt zwar keinen Hardwareausfall der Synology, aber es begrenzt Fehler durch volllaufende Datastores/Snapshots und macht...
Für die Sicherung auf der Synology auf jeden Fall. Ob man dann zusätzlich noch ein Backup auf dem Mini-PC hat, muss man sich halt überlegen. Vorteil wäre halt, dass man nicht nur ein Backup hätte. Wenn man den Zeitpunkt für die syncs richtig...
OK, it looks like the issue was me not having a VMBR for the migration network. I created one on each host, reconfigured the firewall, and now it is working. Here is what I currently have. Cluster looks stable. Is there anything else I need to...
Sehe ich anders. Warum mehr Komplexität für einen vernachlässigbaren "Wurmfortsatz"?
Backup eines fetten PBS ist auch schon per vzdump immer ein (Zeit)Problem, da ja bereits komprimiert. Schon die lokale, interne und schnelle Sicherung ist nicht...
OK, ACS-Override war's also nicht. Damit haben wir so ziemlich alles ausgeschlossen, was konfigurationsseitig schiefgehen könnte: IOMMU-Gruppen identisch, vfio-pci bindet sauber, alle Functions auf vfio-pci, kein ACS-Override, nur die RTX in...
Workflow is pretty simple: backup to local -> offload to s3 -> (outside PBS) sync s3 mutable bucket to s3 immutable bucket
Restore is similar: sync s3 immutable bucket to s3 mutable bucket -> attach PBS to that bucket -> restore
What I'm trying...