worker

  1. P

    Veeam error Failed to map disks (since upgrade v8 to v9)

    We did the upgrade from v8 to v9 in our test lab. So far, everything is working fine, but the backup jobs with Veeam are now failing. (We use a VM Veeam worker in Proxmox, which is tied to an external Windows server that host the Veeam backup jobs). I get the following error: "Failed to...
  2. D

    [SOLVED] Proxmox 7+ unable to parse worker upid

    Hello. I am testing my script which uses Proxmox API (7.3-3) for creation/removing network interfaces (or other things in vm config). While testing it was common situation to have 20+ network interfaces on vm. So I wrote something like: const hv = require('../hv') //177 is vmid for (let i...