Search results

  1. H

    qemu/{vmid}/agent/exec example

    Can someone provide as example for qemu/{vmid}/agent/exec for Proxmox 7 that calls a program with arguments and also uses input-data? Thanks.
  2. H

    pve-zsync: cannot receive new filesystem stream: out of space

    i'm getting 'cannot receive new filesystem stream: out of space' when running pve-zsync. how do i resolve this? on src: # zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT mypool 3.48T 1.09T 2.39T - - 37% 31% 1.00x...
  3. H

    pve-zsync

    How does pve-zsync work under the hood? Does it rely on SSH? If so, how does the source authenticate with the dest? Does it use a private key and where it this key stored?
  4. H

    Host management network drops when VMs start running.

    I'm experiencing this strange issue on one of my boxes. My network is configured as follows: auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual auto bond0 iface bond0 inet manual bond-slaves eno1 eno2 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer2+3 auto vmbr0...
  5. H

    pve-sync

    Can pve-zsync work on hosts that are not in the same cluster?
  6. H

    qm list (and other commands) hanging.

    I have a 3node cluster all running pve-manager/7.4-3/9002ab8a (running kernel: 5.15.102-1-pve) When I rm 'qm list' or other Proxmox commands, the command simply hangs. pvecm status Cluster information ------------------- Name: XXX Config Version: 13 Transport: knet Secure...
  7. H

    Setting SeaBIOS iPXE commands programatically

    Is it possible to programatically boot into the ipxe shell on a VM execute commands in the shell?
  8. H

    Regenerate SSH host keys.

    How can I regenerate the SSH known host keys of a host and redistribute it to all the nodes in a cluster?
  9. H

    proxmox api: create virtual disk on zfs

    How do I create a virtual disk on zfs with the POST storage/STORAGE/content API?
  10. H

    Proxmox hanging

    Hi, I'm currently running pve 7.2-7. After updating the following packages: libpve-rs-perl:amd64 0.6.2 -> 0.7.1 pve-qemu-kvm:amd64 6.2.0-11 -> 7.0.0-2 libpve-storage-perl:amd64 7.2-7 -> 7.2-8 libproxmox-rs-perl:amd64 0.1.2 -> 0.2.0 qemu-server:amd64 7.2-3 -> 7.2-4, pve-edk2-firmware:amd64...
  11. H

    https download.proxmox.com

    Is there a https enabled download.proxmox.com?
  12. H

    Enterprise repo inconsistent across sites.

    I have proxmox installed across multiple sites and I'm subscribed to the enterprise license. Why do some packages only show on some of my sites? eg. pve-kernel-5.15.39-2-pve is present in the enterprise repo on some sites but not others? I initially thought it was due to caching/mirroring, but...
  13. H

    Local apt mirror for PVE Enterprise Repository

    Is it possible to mirror the PVE enterprise repo locally?
  14. H

    webui autologout after < 5 mins

    I'm noticing on some of my pve hosts, my web ui login sessions expire after less than 5 mins. This may have happened on prior versions as well, but I noticed this only after upgrading to 7.2 from 7.1. I've seen some older threads with a similar issue where folks were suggesting time sync issues...
  15. H

    Read-only permissions

    What role/permission should I use if I just need to issue 'get' API commands.
  16. H

    VMID range

    Is there a way to restrict the VMIDs to a certain range(s)?
  17. H

    Remove node from cluster

    How do I remove a node from a cluster?
  18. H

    Migrate VM to different host

    How can I migrate a VM to another Proxmox host that is not in the same cluster?
  19. H

    VM shutdown on host shutdown.

    Does proxmox initiate a proper guest shutdown in the VM when shuting down the host?