Hi, in numa0/numa1, the cpus= list refers to guest vCPU indexes (0…vCPUs-1), not host CPU IDs.
Affinity is the host cpuset for the whole VM process (all vCPU threads), not per-vCPU.
Proxmox VE (QEMU) doesn’t expose per-vCPU pinning in the VM...
Wrote a small shell script to detect proper cpu configuration:
#!/usr/bin/env bash
# cputest.sh — Detect x86-64 micro-arch levels (v2/v3/v4) and show a tidy summary.
# Options:
# --no-color disable ANSI colors
# --full also print...
For those interested, there are other quirks using X710 on proxmox:
- VLAN stripping on SR-IOV VFs
- LLDP offload not reporting to linux kernel
- Asymmetric speed due to TX checksum offload
See https://github.com/nvandamme/systemd-networkd-i40e...
Ja die 7,8GBit/s werden komplett ausgenutzt. D.h. ein 10GB großes Modell ist in ca. 1,5 Sek. im VRAM. Da Ollama das Modell nach 5 Minuten Inaktivität jedoch wieder rauswirft, hat das den Effekt, dass beider ersten Anfrage die Antwort um die...
Hello Guys!
im currently working on the zabbix integration into my Proxmox Ubuntu VM and facing several issues regarding the http and data flow.
The installation on my VM was pretty quick and i have no problems with it. But if it comes to the...
I like the idea of using the interfaces.d dir to structure and separate the different networks in proxmox from each other.
But the interfaces.d dir isnt used from proxmox for anything. even the existing and running interfaces are not used for...
i also talked about that and hoped for the new version to bring it up.
Meanwhile i help myself with analyzing clear spam mails and harden it with custom scores
we see this behaviour also on our mailcleaner instances. nicebayes lets obvious spam pass through, but deactivation results in even more spam.
a spam-learing mailbox would be a great idea like this
- fetch mails automatically from this mailbox
-...
Wrote a small script to dected proper cpu type for VM configuration:
#!/usr/bin/env bash
# cputest.sh — Detect x86-64 micro-arch levels (v2/v3/v4) and show a tidy summary.
# Options:
# --no-color disable ANSI colors
# --full also...
Wrote a small shell script to detect proper cpu configuration:
#!/usr/bin/env bash
# cputest.sh — Detect x86-64 micro-arch levels (v2/v3/v4) and show a tidy summary.
# Options:
# --no-color disable ANSI colors
# --full also print...
Das wird durch den Fencing-Mechanismus sichergestellt: Standardmäßig verwendet der HA Stack das softdog Kernel Modul, welches unter Normalbedingungen in regelmäßigen Abständen diesen Watchdog resettet. Das kann aber nur passieren, wenn das LRM...
See also https://bugzilla.proxmox.com/show_bug.cgi?id=6243 for a bit more information & context - you can also subscribe to get notification on updates to that bugzilla entry.
I cannot really comment on this specifically, but bear in mind that...
Hello
I have two usb LAN adapters, beacause I own intel nuc which has only one onboard lan port. Next thing - I have OPNsense virtual machine which is working perfectly.
I have two USB LAN adapters that carries the same chipset Realteak 8531B...
Hallo Leute,
Ich hatte es bereits mit den jüngeren Versionen von PBS probiert, aber nie Erfolg gehabt. Mit der aktuellen Version von PVE 7.0.8 und PBS 2.0.4 funktioniert es endlich.
Ziel: möglichst schnelles Restore eines ausgefallenen PVE-Hosts...
I submitted a bug, see https://bugzilla.proxmox.com/show_bug.cgi?id=6907
Manually updating regex allows VM to start.
Mostly posting here for visibility and hope that a fix can be integrated so I can stop manually patching code on live servers :).