Recent content by bung69

  1. B

    Setting 802.1(p) QoS tag struggles

    Does QOS need to be set in proxmox? Wouldnt the effect be the same if the switches had QOS set on the appropriate Vlans and/or ports?
  2. B

    VM storage latancy

    Yes, @bbgeek17 you have it right, i am trying to understand what is the limiting factor for low Q depth small block storage performance and why my benchmarks appeard much worse than your "proxmox-tuning-low-latency-storage/" results even though i am using lightly much faster localy attached...
  3. B

    VM storage latancy

    Hi @bbgeek17 1. For most of my testing, my vm had 10 vcpu, type host and i tested both with and without affinity and numa. when testing iothread-vq-mapping at high Q depths and jobs i assigned 40 cores with affinity and 16 iothreads. 2. system is otherwise idle 3. all obvious bios settings...
  4. B

    VM storage latancy

    note to future self and anyone thats interested, 1 million iops in a VM at higher Qdepths and threads is posible using iothread-vq-mapping and multiple io threads guide here - https://blogs.oracle.com/linux/post/virtioblk-using-iothread-vq-mapping args: -object iothread,id=iothread0...
  5. B

    VM storage latancy

    What is the best expected latancy of storage within a VM? from reading https://kb.blockbridge.com/technote/proxmox-tuning-low-latency-storage/ it looks like their un-opimised guest is getting just over 50us, yet no matter what i try i am getting around 200-300us with raw image, virtio scsi...
  6. B

    Proxmox and Intel Optane DCPMM

    Changing the bios setting from latancy optimissed to bandwith optimsed had quite a big effect. allthough i dont understand why the 256m read got worse. ioping is the same 256m Sequential Read: 1344MB/s IOPS=5 256m Sequential Write: 5493MB/s IOPS=21 512KB Read: 8258MB/s IOPS=16516 512KB...
  7. B

    Proxmox and Intel Optane DCPMM

    Yeah i was supprised the throughput is as low as it is, though with higher Q and Threads it seems good. i will have to try with the bandwidth optimised setting in the bios too. Also this is only 2 interleaved dimms. I made the mistake of buying 256GB dims before i realised i would need...
  8. B

    Proxmox and Intel Optane DCPMM

    No problem. heres a few that i think are the most relevant. i can do some more if theres anything specific you want to see. allthough i havent tried, i expect its posible to install Rocky on to a Fdax or raw namespace for increased performance. please take results with a huge dose of salt as...
  9. B

    Proxmox and Intel Optane DCPMM

    An update for future me and anone else interested in optane Pmem. pve-qemu is compiled with --enable-libpmem as default. if namespaces are fsdax or dax, 2M aligned and passed to VM aligned to 128m native performance can be achived. i followed https://nvdimm.docs.kernel.org/2mib_fs_dax.html...
  10. B

    Failed to recurse into submodule path 'qemu'

    Thankyou. turns out pve QEMU seems to support nvdimm out of the box - i just typoed my -arg's
  11. B

    Failed to recurse into submodule path 'qemu'

    Hi, i am Trying to compile QEMU with nvdimm support. previously compiled custom versions of PVE QEMU however this time i am having a problem recursivly cloneing the proxmox qemu repo. when running: git clone --recursive git://git.proxmox.com/git/pve-qemu.git Resolving deltas: 100%...
  12. B

    Proxmox and Intel Optane DCPMM

    Hi, did you get any further with this? any luck with compiling with --enable-libpmem and running VM with args pmem=on for migration to work? Thanks
  13. B

    process to build qemu?

    ahh of course, it was the recursively bit i missed last time i tried. thankyou
  14. B

    process to build qemu?

    Did you ever solve this? can you outline the process to build QEMU on proxmox?
  15. B

    Enable spice/qxl with video type none so that Looking Glass can use host spice server

    Just got Looking Glass working Great on Proxmox between WIndow 10 LTSC and Ubuntu 21.10 and stuck all the info in the guide below: # Looking-Glass-on-Proxmox Guide on how to setup looking glass on proxmox ## Prerequisites - A working Proxmox install on a computer with 2 GPU's (Tested with...