Recent content by dcsapak

  1. dcsapak

    Resource pool inside resource pool

    just fyi: you can define pools as 'child' pools by using a slash in the name, so you can create the pool 'foo' and the pool 'foo/bar' in the gui they won't be shown nested, but i think for the purposes of permissions this should work.
  2. dcsapak

    NVIDIA Virtual Compute Server - subscription license (3 years) - 1 GPU

    please don't double post your questions, see my answer here: https://forum.proxmox.com/threads/nvidia-vgpu-software-18-support-for-proxmox-ve.163153/page-2#post-811872
  3. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    this is not really a vgpu question, as that only works with virtual machines. please open a separate thread for that question
  4. dcsapak

    [SOLVED] File System Question (Probably a stupid one)

    i generaly layering cow filesystems should not break anything, but it will slow down (since each layer has to do cow) Personally, i'd use only one cow layer, be it in the vm or at the hardware storage level. In any case, you could run tests in the vm if the performance is acceptable if you...
  5. dcsapak

    NVIDIA Virtual Compute Server - subscription license (3 years) - 1 GPU

    the vCS license is only for nvidias ai enterprise driver/software (https://www.nvidia.com/en-us/data-center/products/ai-enterprise/) which is distinct from vgpu (not sure why that site still has them up for sale...) note that AI Enterprise is currently *not* officially supported in Proxmox even...
  6. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    yes, see the link in the first post and this table by nvidia: https://docs.nvidia.com/vgpu/gpus-supported-by-vgpu.html i don't think there is a "best" way, but you can buy it in a shop like you linked, or if you're working with a vendor to get you servers, if these are partners with nvidia...
  7. dcsapak

    MR SAS 8208ELP

    we're using a (slightly) modified ubuntu kernel, so if that card is supported in a recent version of that kernel (6.14, 6.8; depends on the pbs/pve version and the kernel version you installed) then it should work
  8. dcsapak

    MR SAS 8208ELP

    Please write your posts in english so that we're able to help you
  9. dcsapak

    PDM Migration Network

    yes, i agree that having a more 'intelliget' way of selecting how to do the actual migration would be good, would you mind opening a feature request on our bugtracker? https://bugzilla.proxmox.com it may involve some changes on PVE too, so not sure how/when we could do something like that
  10. dcsapak

    PDM Migration Network

    Hi, my guess is that on the PDM you use the cross-cluster migration? If yes, the hostname/ips used in the remote configuration of the PDM is used for the migration, so which network is used depends on the network/dns/etc. setup
  11. dcsapak

    Feedback: Removing remote node and adding it again is prevented by already existing token

    hmm that would probably only make sense if we autogenerated the token, else removal of a remote might mean that some important token is gone nonetheless, would you mind opening a feature request on our bugzilla? https://bugzilla.proxmox.com
  12. dcsapak

    Enhancement: Set custom url per host for console/webgui access

    hi, this should already be possible. After adding a remote, simply edit the remote in the gui and enter the url in the 'web ui url' field
  13. dcsapak

    Can't add Proxmox Backup Server node

    Hi, what is the info of the data you entered? (remote id, etc.) maybe you can post a screenshot of the summary page in the wizard?
  14. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    i think the correct command here would be pvesh delete /cluster/acme/account/pvecluster so the name in the path yes on deletion we try to unregister that account. if you delete the file from /etc/pve this should not break our stack, but without backing up the secrets there, you'll not be...
  15. dcsapak

    Datacenter ACME Accounts Add Customer account field is missing

    ah ok, so that too is missing.. don't worry, there is still a way that should work ;) you can directly use the api or use the cli helper tool 'pvesh' (which exposes the whole api on the cli) pvesh create /cluster/acme/account --contact <contact> --eab-hmac-key <key> ... the usage can be...