Ok, it has reached 512 PG in the pools, optimal still shows 256. But, it just feels like its cycling. It hasn't progressed or these havent gone down?
How can I throttle the rebalance, as it is affecting VM performance a bit. Or restart it so...
Hi, I have a PBS that constantly fails verification of backups stored on AWS S3. The thing is, the backups that it's failing to verify don't exist. Here is the verify log:
2026-01-23T16:56:40-08:00: Starting datastore verify job...
Zabbix and checkmk leverage the Proxmox API at the moment:
https://www.zabbix.com/integrations/proxmox
https://docs.checkmk.com/latest/en/monitoring_proxmox.html
Most monitoring tools don't use the qemu agent or ProxmoxVE api since...
Hi,
in der API Dokumentation sieht man welche Befehle die "VM.GuestAgent.Audit" berechtigung besitzen:
PVE API Viewer (QEMU Guest Agent)
Folgende Befehle können mit der "VM.GuestAgent.Audit" Berechtigung aufgerufen werden. Diese dienen...
Hi,
I haven't verified this, but as long as the VM properly passes discard information "used-bytes" from "qm agent <VMID> get-fsinfo" should be a pretty good indication of how full the disk is, correct? And that is not much different to...
Hi Fiona,
thanks for pushing me in the right direction. That solved it.
I was making it to complex by using a custom CPU model.
Now using EPYC as base CPU model. Then enabled all flags that were displayed as compatible for both nodes.
End...
Nicht so ganz. Das betreibe ich ja schon erfolgreich mit simplen Skripten, die ich hier schon zur Diskussion gestellt habe.
Der Stein des Anstoßes war hier eine Pihole-VM (mein bevorzugter DHCP/DNS-Server), der in der Kurve hing aber nach meinen...
I went ahead and filed an official bug report with Proxmox and even built a fix that works.
Here's the bug ticket: https://bugzilla.proxmox.com/show_bug.cgi?id=6922
Where things stand:
I've submitted a working patch that adds VMID to agent...
Hello Proxmox community!
I'm working on a monitoring script that collects filesystem information from multiple VMs using the agent/get-fsinfo API endpoint. However, I've hit a major roadblock:
The Problem:
When I call GET...
Hi,
Also diese Option gibt es sowieso schon mal nicht, also wird auch nichts machen.
VLANs direkt auf einem Interface zu definieren, dass gleichzeitig auch gebridged ist, kann zu Problemen (wie hier) und/oder seltsamen Verhalten führen.
Am...
Further update:
After the vmkfstools clone failed, I checked vmkernel.log on the ESXi host.
The log shows direct read failures against the source VMDK during the clone operation:
BC: read from srvtestfe-flat.vmdk ... failed: I/O error
FS3DM...
One thing that stands out to me is the kernel mismatch.
<span>dkms status</span> shows the NVIDIA module was built for <span>7.0.2-6-pve</span>, but <span>uname -a</span> reports you're currently booted into <span>7.0.12-1-pve</span>. That would...
Update:
I performed a VMware-native clone directly on the ESXi host using:
vmkfstools -i \
/vmfs/volumes/datastore1/srvtestfe/srvtestfe.vmdk \
/vmfs/volumes/datastore1/srvtestfe/srvtestfe-clone.vmdk \
-d thin
The clone progressed to:
Clone...
no i don't use Secure Boot. I did have the package but before installing it your way i removed it with
apt remove nvidia*
so it removes everything even related to nvidia and its drivers.
and the result to your commands:
# modprobe nvidia
modinfo...
Weird. Let's look deeper. Please share
modprobe nvidia
modinfo nvidia
dkms status
uname -a
dpkg -l "*nvidia*"
journalctl -b0 -g "nvidia"
Do you use Secure Boot? Did you install the debian package before? Remove it and its dependencies first.
hey hey, i installed the driver and toolkit on the node through the link you sent. now it says the following:
# lspci -vnnk | awk '/VGA/{print $0}' RS=
nvidia-smi
pct config 103
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104...