Recent content by dcsapak

  1. dcsapak

    HA failure

    hi, please write your posts in english, otherwise it's hard for us to help you thanks!
  2. dcsapak

    PDM - how manage Users permissions on different clusters ?

    hi, currently the users/privileges/groups/etc are completely separate between pve and pdm so if you want to manage the PVE roles you have to do it there, on PDM, there are separate users/privs for pdm, and itself has access with the user/token you gave when you set up the remotes i can see...
  3. dcsapak

    There was an error while adding a node to the PDM.

    hi, sadly the error is not really telling what actually might be wrong. Are you sure pdm can resolve and reach that remote via the data you put in? (e.g. there is no firewall that's blocking access, the correct ip/hostname/port, etc.)
  4. dcsapak

    blank screen when installing VM

    thanks, i'll start looking into it. can you also show the error when its expanded? do you know what steps were necessary to reproduce? EDIT: so from looking at it, the only way to trigger this IMHO is if your safari is older than 18.4 which is now ~9 months old. is this the case? if yes, i can...
  5. dcsapak

    Incorrect VM Count Display (3 instead of 1) in Datacenter Manager 1.0.1

    @alex25677 can you post the output of pvesh get /cluster/resources on the pve node/cluster ? EDIT: disregard my question, i think @Eduardo Taboada here is right, you probably added the same remote 3 times, which counts the guest 3 times...
  6. 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...
  7. dcsapak

    blank screen when installing VM

    can you open the browser console before and then reproduce it? is there any error there?
  8. 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.
  9. 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
  10. 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
  11. 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...
  12. 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...
  13. 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?
  14. 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
  15. 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