Search results

  1. X

    Multiqueue & ethtool -L eth0 combined X

    Hallo, Kann ich unter dem Gastbetriebssystem Windows 2012R2 mehrere Warteschlangen verwenden?
  2. X

    Proxmox 5.3 - Tesla P40 vGPU issues

    Yes, that's it. I modified my virtual machine configuration args: -uuid 7e6ada15-02b7-48ce-b06c-2e1c43fde32e A new error occurred when starting up again May 7 16:52:28 vcloud nvidia-vgpu-mgr[9285]: notice: vmiop_env_log: Received start call from nvidia-vgpu-vfio module: vGPU uuid...
  3. X

    Proxmox 5.3 - Tesla P40 vGPU issues

    I am currently doing the same test, using P4, I have the same problem as you. I have noticed the following log information: nvidia-vgpu-mgr[4716]: error: vmiop_env_log: Failed to get VM UUID from QEMU command-line 0x57 kernel: [60186.757610] [nvidia-vgpu-vfio]...
  4. X

    Proxmox 5.3 - Tesla P40 vGPU issues

    Which version of vgpu manager are you using? Have you tried 390.72, 390.94?
  5. X

    Proxmox 5.3 - Tesla P40 vGPU issues

    I want to ask you, is it finally solved? Can I use Nvidia's vGPU features in proxmox? Thank you
  6. X

    [SOLVED] About using vgpu on proxmox5.2

    Does the proxmox5.2 support the vgpu function of Nvidia k2? Is there a list of supported hardware that is currently supported?
  7. X

    [SOLVED] Nvidia vGPU

    Does the current proxmox support the vgpu function of k2? Is there a list of supported hardware that is currently supported?
  8. X

    [SOLVED] About using vgpu on proxmox5.2

    OK, then I understand, as long as the kernel supports, the direct GUI I also did it on 5.2. I also found the use of vgpu on the wiki, I can try
  9. X

    [SOLVED] About using vgpu on proxmox5.2

    So 5.2 does not support vgpu, is it?
  10. X

    [SOLVED] About using vgpu on proxmox5.2

    Dear all: I have a roadmap that focuses on proxmox 5.3, "vGPU/MDev and PCI passthrough. GUI for configuring PCI passthrough and also enables the use of vGPUs (aka mediated devices) like Intel KVMGT (aka GVT-g) or Nvidias vGPUS." I want to know if 5.2 supports vgpu? If not, how can...
  11. X

    [SOLVED] About proxmox iso for unattended automatic installation (pxe)

    Dear ALL: I want to know if the current proxmox ISO supports a preseed unattended installation like native Debian. At present, I use pxe to implement automatic installation in the LAN, but all nodes need to manually handle each installation step. This is not what I want. I want to...
  12. X

    KVM Windows static IP, Hostname and Administrator password change script

    transplant the qm guest code to 5.2, the self-test is available. Pve:5.2.1 Virtio: 141 Os: win7
  13. X

    KVM Windows static IP, Hostname and Administrator password change script

    I found it in the git repository. The latest qemu-server.git has the guest method.
  14. X

    KVM Windows static IP, Hostname and Administrator password change script

    Hello, I know where PVE is downloaded。 But my qm has no guest exec command root@vcloud01:~# qm agent destroy listsnapshot nbdstop resume shutdown suspend vncproxy clone help migrate pending rollback snapshot...
  15. X

    KVM Windows static IP, Hostname and Administrator password change script

    Hello, may I ask which version of PVE is available? I tried version 5.2, but qm has no guest exec command.
  16. X

    GPU durchreichen ab 128GB Ram Troubles

    You try numa to change to 1, add hugepages=2, then try again
  17. X

    Is anybody who succeeded GPU passthrough (NVIDIA) with Windows 7 ?

    Do not use q35, do not use the pcie parameter, it will succeed
  18. X

    PVE API for qemu-guest-agent

    root@vcloudx:/usr/share/perl5/PVE# qm agent 116 set-user-password -username test -password MTIzMTIz -crypted 0 { "error" : { "class" : "GenericError", "desc" : "Invalid parameter type for 'crypted', expected: boolean" } } 我自己加了一个set-user-password接口,一直报这个错,不知道是什么原因?