Search results

  1. dcsapak

    How to setup SATA SSD for ISOs and NVMe SSD for VMs

    thats expected, you first select the storage for the iso, then the iso. the storage for the vm disks will be selected later in the disks panel
  2. dcsapak

    After VGPU is allocated to PVE+A16 virtual machine, it will run for a period of time, but it will not start when the virtual machine is restarted.

    please write your posts in english, otherwise not many here will be able to help you. i'm still waiting for the full task log output of a failed start. Also the full journal output during such a failed start would be good
  3. dcsapak

    Controlling PCI Slot order in Proxmox 5.4

    ok yes, that is not possible with the normal config values, there you have to uses the 'args' line (which is of course more work since the network setup is not done and you'd have to do it yourself, etc.) IMHO the "real" solution is to go to the provider of the appliance and request support for...
  4. dcsapak

    fix error HTTP ERROR 501 Web UI Proxmox

    hi, can you connect via ssh? if yes, what does the journal/syslog say while you're trying to access the site?
  5. dcsapak

    Tape drive Documentation... Possible bug in the tape UI?

    true, this is definitely improvable ;) also true. It's on my todo list for a while now to improve this situation, but I did not have enough time yet to think about possible solutions
  6. dcsapak

    Tape backup jobs to use any available tape drive?

    That is currently not implemented, but a good idea! would you mind opening a feature request here? https://bugzilla.proxmox.com
  7. dcsapak

    Tape drive Documentation... Possible bug in the tape UI?

    see the docs here: https://pbs.proxmox.com/docs/tape-backup.html#tape-drives e.g. if you have a changer with 4 drives, we need to uniquely identify the drives inside, and we do that by the numbering the changer gives the drive theoretically we could try to identify them by their serial...
  8. dcsapak

    Jobs on unmounted removable datastore

    Hi, not sure if that was intended when we introduced removable datastores. Best to open a bug/feature request on https://bugzilla.proxmox.com Either we should make it configurable (per job maybe?) or we should not throw an error in that case.
  9. dcsapak

    Controlling PCI Slot order in Proxmox 5.4

    no i meant, we'd have to have a consistent way of changing the ids of our existing devices to other slots, for example, when using the default vga setting we add a vga device at 0x2: -device 'VGA,id=vga,bus=pci.0,addr=0x2 so let's say you want to use this address in the config for e.g. a usb...
  10. dcsapak

    Console using SPICE for VirtIO-GPU

    Hi, AFAIR this was done because the experience with virgl + spice is vastly better than with novnc i guess what would be better is a per vm console option instead of a global one? not sure about that though....
  11. dcsapak

    vGPU Remapping Issue with Multiple GPUs

    no problem! yes that should work, note that the changes will be overwritten when you install new versions of the packages. i'll update the bug report when the patches are applied and when they're packages also the change should be included in the changelog of the packages
  12. dcsapak

    vGPU Remapping Issue with Multiple GPUs

    it's not applied yet, so first a colleage of mine has to review the patches, then they have to be applied to our git repository. then when the package is bumped the next time will it started to be rolled out through our repositories i'll see that i can accelerate it a bit, but i can make no...
  13. dcsapak

    NVidia GPU / Mapped device 'Parameter verification failed (400)'

    it's probably due to some nodes not on the most current version? the api to query the models recently gained the ability to use a mapping in addition to give a pciid directly, so my guess is that when you get the error those nodes are not on that version yet you can verify that by comparing the...
  14. dcsapak

    start vm times out, but qm start fails to run

    actually after thinking a few seconds more about it, i have a theory: It may be the case that the api daemons are started with '/' as their current working directory, so every command they execute have also that as their cwd. In that case, the 'sys/bus....' relative path can be resolved if you...
  15. dcsapak

    start vm times out, but qm start fails to run

    mhmm i doubt it would simply work over the gui, since that does the same thing as starting the guest via the cli, but who knows what exactly happened there... well, it's absolutely no bad thing to follow the documentation, in this case there was simply more documentation you didn't know ;) the...
  16. dcsapak

    After VGPU is allocated to PVE+A16 virtual machine, it will run for a period of time, but it will not start when the virtual machine is restarted.

    can you post the full vm config and resource config in text format? qm config ID cat /etc/pve/mapping/pci.cfg also I need the full output of a failed task log please maybe also a journal output since boot, otherwise it's hard to diagnose what actually happens
  17. dcsapak

    vGPU Remapping Issue with Multiple GPUs

    well the most correct way would be to checkout the two repositories with git, then use `git am <path-to-patch-file>` to apply them and use `make deb` to build the packages. if you want to go that route, i'd recommend reading the developer docs...
  18. dcsapak

    A6000 passthrough on supermicro/Epyc Milan stalling bad on vm boot, then working

    ok, how long would you say takes a vm start until it's booted? two things you could try here: enable hugepages in the config, this could help if the limiting factor is main memory allocation, this can be slow if the memory on the server is very fragmented or there is little memory free load a...
  19. dcsapak

    After VGPU is allocated to PVE+A16 virtual machine, it will run for a period of time, but it will not start when the virtual machine is restarted.

    first, please in the future, post text as text and not as images (it becomes much harder to see, especially since the images are so large ;) ) also can you post your resource mappings + vm configs and the full output of `lspci -nnk` (as text please) as far as i can see it tries to use the...
  20. dcsapak

    start vm times out, but qm start fails to run

    interesting, can you post the whole vm config and the task start log ? also is there a reason why you pass the card through with the 'args' parameter instead of using the builtin method? you should be able to create a pci resource mapping for all virtual functions, and then use that in the vm...