Usage of the Quorum Device
It kicks in automatically. Now we got “7” instead of “6” votes = one more than at the beginning:
root@pna:~# pvecm status
...
Votequorum information
----------------------
Expected votes: 7
Highest expected: 7...
Statement: it is not required to allow root@cluster to login to a separate “Quorum Device”-machine after installation.
The “tl;dr” boils down to a single line:
~$ echo "PermitRootLogin no" | sudo tee /etc/ssh/sshd_config.d/permitrootlogin.conf...
I wouldn't use some unsupported built fo backing up important data.
Instead I would use a backup tool which works with ssh to create backups on a dedicated dataset beside your backup datastore.
For example restic works with sftp (and any cloud...
Use a monitoring tool like Zabbix, Icinga, Prometheus or prtg. I'm a bit baffled that somebody could do twenty years without it. I couldn't do my work without the monitoring and alarming features of a Icinga since the Hypervisor ( no matter which...
I did a quick test to reproduce this backup "hang" issue, and the results are pretty clear. It seems Backup Fleecing is exactly what we need for these kinds of bottlenecks.
My test setup:I tried to simulate a "worst-case scenario" with a...
So hätte ich das (als Ceph-Laie) nicht formuliert. Das, was Ceph unbedingt braucht, ist ein schnelles Netz - oder auch zwei. Und zwar idealerweise ein separates. Für mich hört sich das echt nach Storage-Area-Network an ;-)
Naja Ceph ist ja ein verteiltes System, was darauf ausgelegt ist aus zig Servern und in ihnen verbauten Platten/SSDs einen gemeinsamen Storage zu bauen.
Das skaliert extrem ( je mehr Knoten und je mehr Platten desto bessere Performance), ist...
Wozu für diesen selten Fall das tun? Wenn das wirklich notwendig wird, passt man einmal die IP in der /etc/network/interfaces an. Das dauert 5 Sekunden.
Da ist die Wahrscheinlichkeit für Probleme mit DHCP in vielen Jahren Betrieb größer.
Go to the Summary of the node, not of the Datacenter (but one below it), as the support subscription is per node/system. Your CPU/platform only supports single socket (even if it is not removable), which means a single support subscription. Where...
Vielen Dank für die Anleitung! Ich konnte alles erfolgreich auf meinem "N5 Pro" durchspielen. Zwei kleine Anmerkungen habe ich:
"shaderc" scheint es in meinem 24.04.4 nicht zu geben. Stattdessen hilft:
apt install libshaderc-dev
Und es fehlen...
✅ LLMs laufen stabil auf Proxmox mit AMD AI CPUs über die iGPU (Radeon 880M / 890M) via Vulkan
❌ Die AMD XDNA NPU wird aktuell von llama.cpp nicht genutzt
✅ LXC (privileged) ist der beste Weg, nicht VM
---
Motivation
Mit den neuen AMD AI CPUs...
Kein MTU-Problem, der Ping mit 1400 Byte geht ja durch. Und HTTP scheitert auch, also ist es nicht TLS-spezifisch.
Das Problem ist deine Routing-Tabelle:
default via 255.255.255.255 dev eth0
Das ist Quatsch als Gateway. Da muss dein Router...
Der fio-Test hat einen Haken: --sync=1 erzwingt synchrone Writes durch den ZIL, deshalb bringt auch iodepth=32 nix, der ZIL serialisiert das einfach. Deine VM hat aber cache=writeback in der Config, d.h. QEMU bestätigt Writes sofort ohne sync an...
I would remove it from the cluster and handle it as "separated" - https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_remove_a_cluster_node
When it is repaired you would need to join the cluster again. Note that this might not be trivial as...
Thanks for the heads-up! I've noticed that myself in the meantime.
It might be interesting to understand why I didn't see any speed difference in my tests:
This was probably due to sshuttle, which in this configuration (standard buffer or no...