Recent content by Jsingh

  1. J

    proxmox kernel 6.17 preventing update of pinned kernel 6.14

    I am using NVIDIA VGPU driver version 570.172 which works with kernel 6.14 but does not compile with 6.17. I have pinned kernel 6.14, but whenever I install soming for ex linux-cpupower using apt, the 6.17 config error does not allow 6.14 config to proceed. Is there anyway to bypass 6.17 config. ?
  2. J

    Proxmox host randomly starts incorrectly reporting 90% ram usage in windows vm

    I think this is more to do with reporting than ballooning, even the loarctl /r command is not helping in my case. Both these vms run exactly the same cad software with exactly same usage pattern but reporting of ram for one is stuck. VM and hypervisor restart don't have any effect.
  3. J

    Samba ACL's unable to be modified via VirtioFS

    I have not check`ed it as of late, it's not a proxmox issues it's virtiofsd issue, I will have to open an issue on virtiofs gitlab page
  4. J

    Proxmox host randomly starts incorrectly reporting 90% ram usage in windows vm

    UPDATE 2 : I have two more vms that are having similar issues but but the windows guest is not showing these warning so I am back to square one for the other two
  5. J

    Proxmox host randomly starts incorrectly reporting 90% ram usage in windows vm

    I have two windows 10 vms on a proxmox 8.4 host with exactly the same specs. CPU: 10 cores host Ram: 24 GB Balloon : 8 Gb virtio io drivers installed connectx-4 lx virtual device passthrough Tesla P40 virtual device passthrough Disk options: Virtio scsi single : no cache, ssd emulation on OVMF...
  6. J

    Installing doca-ofed on Proxmox 9.0

    I was unable to get doca 3.2 to work with proxmox 9.1 so I had to revert the whole host back to 8.4. The passthrough throws a lot of errors
  7. J

    Samba ACL's unable to be modified via VirtioFS

    I checked, the latest versions of the virtio-fs are incompatible with samba windows acls, I tried both proxmox 9.0 and 8.4. I had to migrate my shares to a zvol from virtiofs becuase of this
  8. J

    PVE9 in-place upgrade failed due to mellanox/nvidia networking

    I am using doca kernel hardware acceleration for openvswitch on proxmox 8.4 using doca-networking package. I upgraded to proxmox 9 and 9.1. I tried the new doca 3.2 drivers with my connectx4-lx. on both the 6.14 and 6.17 kernel. I am getting the following error the moment I enable hardware...
  9. J

    Installing doca-ofed on Proxmox 9.0

    Have you tried 3.2 , It's failing for me ?
  10. J

    Installing doca-ofed on Proxmox 9.0

    They have added doca 3.2 but the online install does not work with proxmox version 9.1 , I had to dowload the package and install it manually
  11. J

    Samba ACL's unable to be modified via VirtioFS

    My setup with windows acls was working fine with proxmox 8 and and samba 20.5. My working shares stopped working after updating samba to 4.23/4.22, I thought it was samba, it wasn't. I reverted to the old config, but I got the same error. I will revert to the older version and check. I would...
  12. J

    Installing doca-ofed on Proxmox 9.0

    What I meant was that nvidia has combined all libraries in DOCA, so DOCA Ofed which was previously Mellanox OFED is part of the doca stack. So for the OFED drivers : DOCA networking or Doca Ofed has to be installed, which does not support trixie as of version 3.1...
  13. J

    Installing doca-ofed on Proxmox 9.0

    DOCA 3.1 does not support debian trixie, I had all sorts of issues so I reverted to proxmox 8.4 and waiting for doca 3.2, that's expected to support it. Do not use the ubuntu drivers , the libraries are not fully supported
  14. J

    Does Proxmox support Openvswitch DOCA / DPDK 3.0

    I have figured it out, I will post a link to my github in a day, but as of now proxmox 9 doent not support DOCA since there is no version compatible with debian trixie, I am still on proxmox 8 waiting for doca 3.2 which is expected to have trixie support
  15. J

    Does Proxmox support Openvswitch DOCA / DPDK 3.0

    I am struggling to get openvswitch doca or openvswitch dpdk accelaration to work with proxmox VE. So far, I have been able only get the ovs kernel mode acceleration to work. Even DPDK has similar issues Kernel 6.5 and 6.8 throw different issues. When I set opevnswitch to netdev, the...