Recent content by Whatever

  1. W

    Random IO Error Server 2025 Data Center

    If you use virtio drivers 1.285 check this thread: https://forum.proxmox.com/threads/redhat-virtio-developers-would-like-to-coordinate-with-proxmox-devs-re-vioscsi-reset-to-device-system-unresponsive.139160/post-814067
  2. W

    vGPU doesn't work with pytorch/nccl/vllm

    As far as I know, profile type C is best suited for AI (requires a vCS license, but works with a vDWS license as well). Unfortunately, I have no other ideas. Subscribed to the post.
  3. W

    vGPU doesn't work with pytorch/nccl/vllm

    Did you chose correct vgpu profile and set Nvidia license token in vm? Do you mind to show nvidia-smi nvidia-smi -q From vm?
  4. W

    Question about NUMA nodes and core pinning

    Check this reply: https://forum.proxmox.com/threads/correct-vm-numa-config-on-2-sockets-host.173595/post-807464
  5. W

    Poor Windows VM Performance with over 64GB RAM assigned

    Please check cat /proc/meminfo| grep Huge In my setup I had to define: hugepagesz=1G hugepages=N default_hugepagesz=1024M Where N - is number of HP with respect to VM memory size P.S as far as I know 1G and 2M hugepages cannot be combined (once again check /proc/memory)
  6. W

    Poor Windows VM Performance with over 64GB RAM assigned

    To use giant pages (hugepages 1024Mb) u need: - explicitly set fixed number of such pages in boot loader (/etc/default/grub or /etc/kernel/cmdline) - set hugepages: 1024 in vm conf file (manually) I would also recommend setting up numa topology in vm config file (manually) - check PVE docs With...
  7. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    In our environment, we use dozens of Windows Server 2019/2022, and we don't see any issues with version 1.285 drivers. However, there is only 1 server with the MSSQL database engine (2019, if I'm not mistaken), and I'm not entirely sure if it has been updated to the virtio drives version 1.285...
  8. W

    W2025 virtio NIC -> connection drop outs

    Have you fired bug report on virtio github?
  9. W

    Correct VM NUMA config on 2 sockets HOST

    Thank It's all clear now. Thanks.
  10. W

    Correct VM NUMA config on 2 sockets HOST

    Good day Help me figure out and implement the correct virtual machine configuration for a dual-socket motherboard (PVE 8.4, 6.8.12 kernel) Given: root@pve-node-04840:~# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order...
  11. W

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    I didn't manage to insall v266 on dozen of my vms. MSI fails with revert unfortunately
  12. W

    [viogpu3d] Virtio GPU 3D acceleration for windows

    Does anyone have precompiled drivers?