Search results

  1. dcsapak

    HELP !!! Live Migration (VM based on NIC SRIOV VF) feature, seeking a solution .

    for live migration with passed through devices, you must load a capable driver on the vf, in case of mellanox i think the driver was mlx5_vfio_pci then you need to adapt the config to have 'driver=keep' in the config in the 'hostpci' part like this: hostpciX: <pciiid-or-mapping>,driver=keep...
  2. dcsapak

    blank screen when installing VM

    can you open the browser console before and then reproduce it? is there any error there?
  3. dcsapak

    Intel vGPU and Proxmox

    I'm currently trying to get some of these and want to write a how-to guide, no promises if/when that arrives though. Also I'm not sure if it works at all with our current supported kernels, have to test first.
  4. dcsapak

    PBS Tape Backup - New to this, questions regarding job config

    if you want 4 tapes in total, you'd have to lower the retention to 20 days i think, since each media set will only be 'finished' when the new one starts, so the first is now 21 days old
  5. dcsapak

    PDM - shell access to remote node failed

    probably the node pdm connects to is one of the older ones, so that's probably why it won't work, but also don't detect it correctly. we know of this and i think someone is already working on improving this
  6. dcsapak

    Cross-cluster migration : PVE version required

    hi, thanks for posting the output. The issue is that when encountering large values (such as the total of your nfs) perl sometimes converts integers to floating point values like this: And our rust parser expects an integer and fails. i sent a patch on the pve side to fix this...
  7. dcsapak

    Cross-cluster migration : PVE version required

    hi, there is no compatibility matrix currently, but migrations from pve8 to pve9 should be working just make sure that both are fully up to date (with respect to the major version) can you post the output of pvesh get /nodes/NODENAME/storage --enabled 1 --format 1 --content images...
  8. dcsapak

    PDM - shell access to remote node failed

    hi, is one of the nodes in the cluster on a slightly older pve version? can you post the version of that cluster? is the communication between the cluster nodes ok?
  9. dcsapak

    I Know I am an idiot but forgot the root password

    the guide is for pve but should be the same for pbs: https://pve.proxmox.com/wiki/Root_Password_Reset
  10. dcsapak

    API Token Not Removed After Deleting PDM Remote Probe

    hi, this is currently expected behavior, but you can simply remove the token from the pve ui. it's on our to-do list to remove the token as an opt-in mechanism, since the token may be used by other applications/clients too
  11. dcsapak

    [SOLVED] We are a new Proxmox Community subscriber. After adding a new license key, I see the following,

    Hi, not sure how you got into this situation, but the pve repository is not compatible with the remaining repositories: you have configured the 'bookworm' (debian 12) debian upstream repositories, but the 'bullseye' (debian 11) proxmox ve repositories first you have to determine what is...
  12. dcsapak

    PDM 1.0.1 highest usage bars are bad readable

    i get what you mean, but it's hard to auto generate proper colors when the actual metric is a gradient, so we go from green to yellow to red, but since cpu and memory are on a scale, we have to fade between the colors to have some kind of difference for the most part. i'll see if we can set the...
  13. dcsapak

    Change password of root

    yes, currently, you can open a feature request to make this changable for the @pam users too this is only true for @pam users. for those, the user has to already exist in the system for it to work, and the password is the system password for that user if you create a user in the @pdm realm, you...
  14. dcsapak

    tls error web ui after installation stable version

    do you have any firewall/proxy in between the vm and your workstation? (just to be sure: did you prepend the ip/domain with 'https' ?)
  15. dcsapak

    Proxmox Virtual Environment 9.1 available!

    yep, this is a regression, i sent a patch today for this: https://lore.proxmox.com/pve-devel/04308263-4da1-4afc-8789-b868f5e49431@proxmox.com/T/#t
  16. dcsapak

    PDM 1.0.1 Error "missing field `data` at line 1 column 157" on PBS Storage Access

    can reproduce the issue, but only when the datastore has an error. What does the content tab on the PBS gui show ?
  17. dcsapak

    What Permissions are needed on the PVE/PBS-Remotes for a Datacenter Manager User?

    it depends on what you want pdm to do. In essence, the pdm token for the pve cluster needs the same permissions for it's action as when you do it on pve directly. e.g if you want to start/stop vms, the token needs the VM.PowerMgmt permissions (or higher) for those vms. if you just want a...
  18. dcsapak

    Bulk Migrate Error in 9.1.2

    thanks i could reproduce it here, and sent a patch: https://lore.proxmox.com/pve-devel/20251205091539.783566-1-d.csapak@proxmox.com/T/#u
  19. dcsapak

    Bulk Migrate Error in 9.1.2

    did you clear the browser cache? was it the new datacenter bulk migration or the per-node one?
  20. dcsapak

    No task details from PBS in PDM

    this was fixed very recently: https://lore.proxmox.com/pdm-devel/20251126131859.2745340-1-d.csapak@proxmox.com/