Those are permissions for the PBS api, whereas I was trying to make calls to the PVE api. If there is a similar api to get the verification status on PBS I suppose I could query both systems, but it seems more straightforward to just query PVE...
Looking at the graphs you posted, a few things stand out.
The Ceph pool metrics show almost no writes — IOPS and throughput on `pve_ceph_prod_3az` are nearly 100% read. Cross-AZ write latency is not what's hurting you here. The good news is that...
Hello,
Recently we've experienced problematic behavior regarding TPM-disks within Proxmox 8.4.16, in our 30 node cluster ONE single node is unable to do the following:
- Start new VMs which have a TPM-disk configured, error [1]
- Live-migrate...
Hi, @Skye0
You may want to have a look at
https://pbs.proxmox.com/docs/user-management.html#api-tokens
and
https://pbs.proxmox.com/docs/user-management.html#access-control
Thank you very much Alexskysilk !
I am sorry for asking, I have been trying to understand but I cannot see how to to serve SMB at the PVE level.
Here is my current situation : I basically used /etc/fstab to UUID mount my two HDDs (Chuwi_2TB...
Strange that you also have high memory pressure "PSI some memory". do you have enable numa option on the vm ?
you can also look at host numa stat
# apt install numactl
# numstat
and look if you don't have a lot of "numa_miss" vs "numa_hit"...
Du hast Dir so was von Anthropic wohl noch nie angesehen? Die weisen so detailliert auf Schwachstellen hin, was soll denn daran "Bullshit" sein?
Daß Leute (aka Menschen) damit vielleicht überfordert sind und gar nicht wissen, wo sie anfangen...
Hi y’all,
I’ve updated my Proxmox hardening guide, it now includes PVE 9 and PBS 4, in addition to PVE 8 and PBS 3. It continues to extend the CIS Debian benchmark with Proxmox specific hardening tasks.
Repo...
Wenn man den passenden managed switch hat, dann kann man auch beide Netzwerk-Verbindungen koppeln.
Linux Bond: LACP (802,3d), hash Layer2+3
Dann hat man maximal auch nur die geschwindigkeit einer Netzwerk, aber der gesamte Verkehr verteilt sich...
Analyzing the issue seems related to case with very high pressure on i/o. Our backupserver has mechanical HDs and during those high stress moment I presume many timeouts are expiring:
2026-03-18T23:52:32.431669+01:00 hzpbs1 kernel: INFO: task...
Überrannt trifft es ziemlich gut, wenn Leute anstatt mal versuchen ihr Problem zu verstehen und mit eigenen Worten zu beschreiben sich das durch die KI vorformulieren lassen und nicht mal mehr checken, ob das überhaupt ihr Problem richtig...
Nutze zwei unterschiedliche Netzwerksegmente.
Es kann nur ein default gateway geben!
Ich spariere mein Management Netzwerk (Proxmox vmbr0) mit 1 GBit/s vom Backup Netzwerk (Proxmox vmbr1) mit 2.5 GBit/s.
Z.B.:
vmbr0: 192.168.0.0/24, default...
Hello,
Recently we've experienced problematic behavior regarding TPM-disks within Proxmox 8.4.16, in our 30 node cluster ONE single node is unable to do the following:
- Start new VMs which have a TPM-disk configured, error [1]
- Live-migrate...
This is indeed a serious issue. PVE version 9.1.6 uses "systemd/stable,stable,now 257.9-1~deb13u1 amd64" for providing ceph usability and "systemd-sysv-generator" is depreciated in the upcoming version 260 (see...
Die das verteufeln oder "regulieren" wollen, werden sich ohnehin nicht durchsetzen. Die werden schlicht überrannt von der Entwicklung.
Allein die Code-Security-Checks von Anthropic auf GitHub sind so was von ... nützlich ist ein zu wenig...
Hey everyone!
I've put together a community fork featuring several enhancements that may be of interest to those working with custom QEMU configurations. Please note that it has not been fully tested yet. With this fork, you can use custom OVMF...
hm - try to set cap_net_raw capability on the ping binary (IIRC that was missing in a few older PVE ISOs):
setcap cap_net_raw+p /bin/ping
hope this helps!