jsterr's latest activity

  • jsterr
    From your writing, you clearly do not understand what PVE is, what qm does and to read through and disentangle it all seems like a waste of time. But qm is just a client to the PVE API (it simplifies QEMU only to a few relevant commands and...
  • jsterr
    jsterr reacted to VictorSTS's post in the thread Questions about the dynamic CRS with Like Like.
    This is absolutely needed and has to be very precise. I.e. which exact metric is used for both CPU and Memory "loads": CPU load vs CPU usage vs CPU pressure, Mem usage vs Mem pressure. Currently testing CRS in lab and it seems to allow a node to...
  • jsterr
    jsterr reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    Hi! In more detail, each node's current cpu and memory usage is normalized with its own capacity (i.e. cpu_load = current_cpu / max_cpu and memory_load = current_memory / max_memory), where the node's current load is then a equal-weighted...
  • jsterr
    Are there any differences regarding kernel on those nodes? the ones that work and the one that does not? Do you have any errors on node-site regarding the disks (not ceph related) but storage-device related (host bus adapter etc.)?
  • jsterr
    Don't run 'apt upgrade' as it might not pull in all dependencies; use the official instructions instead: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#system_software_updates And here is a (another) recent thread where the same problem...
  • jsterr
    what about proxmox-boot-tool kernel remove? root@pveneo:~# proxmox-boot-tool kernel E: subcommand is mandatory for 'kernel'. /usr/sbin/proxmox-boot-tool kernel <add|remove> <kernel-version> /usr/sbin/proxmox-boot-tool kernel pin...
  • jsterr
    is a apt autoremove not enough to fix this? did the job on my site a few weeks ago.
  • jsterr
    could you double check and post your network configuration/setup, including the switch config? in particular of the two "problematic" nodes? this looks like a network misconfiguration problem, though the logs don't give a clear indication *what*...
  • jsterr
    Hey zusammen, gerne möchte ich (einige kennen mich sicherlich bereits von ProxLB, PegaProx und den Ansible Modulen für PVE) euch auf das Community-Event Proxday 2026 aufmerksam machen, der von der credativ GmbH veranstaltet wird. Das Konzept ist...
  • jsterr
    I have performed 6 successful installs across 5 different Proxmox PCs with this morning's pve-qemu-kvm v11.0.0-3 using qcow2 with SSD + Trim/Discard enabled and no seen issues. I am currently now performing 3x in-place repair / upgrades across 3x...
  • jsterr
    Thanks! Been seeing the features the last two weeks already, now they are official! Thanks for your work - love the new load balancing!
  • jsterr
    A patch: [1], thanks to @fiona, to "disable cet-ibt and cet-ss flags for modern Windows by default" is in qemu-server 9.1.12: [2], which already is available in pve-no-subscription. [1]...
  • jsterr
    But thats only for having issues starting a vm on a different node. Im asking because if you add another pci card to a current node. the previous id of the card might change and vm wont boot then?
  • jsterr
    Hello Dunuin is this information still valid in 2026? So cards get renamed when adding another pci card, so vm might or cause trouble? is there something like "networking"-pinning for pci-devices that are not network-cards?
  • jsterr
    jsterr reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    I'll answer both questions in one, because they're quite related: The scheduling mode (basic, static-load, dynamic-load) specifies which measure is used to compare nodes and HA resources against each other: For the basic mode, it's simply how...
  • jsterr
    jsterr replied to the thread Questions about the dynamic CRS.
    I might have missed it, but can you explain the difference between static and dynamic load-balancing regarding the new rebalancing feature? I cant find it in the mailing-list or current docs?
  • jsterr
    Up to Qemu 11, the only option is “Disabled.” Without hardware acceleration, performance will likely drop significantly. https://forum.proxmox.com/threads/qemu-10-1-available-on-pve-test-and-pve-no-subscription-as-of-now.175350/post-850543 The...
  • jsterr
    Im not much into windows and do not have a vm currently available, does someone have a comparision between Windows-VM with Host and nested-virt "on" or "+" VS Windows-VM with Host but nested-virt disabled "-"? If not I will do some testing in the...
  • jsterr
    jsterr reacted to leesteken's post in the thread MEMORY PROXMOX 9.0 with Like Like.
    It depends, and it depends what you look at in the Proxmox web GUI. Total and Host Memory Usage are now at least 100% in the graphs for VMs with passthrough. The Used (and the Memory usage bar at the top) depends on what the ballooning driver...
  • jsterr
    jsterr replied to the thread MEMORY PROXMOX 9.0.
    Thanks! Pinned to actual host-ram means the vm also uses 100% on vm-summary? Or is it "only" reserved on host summary, so vm could theoretically only show 50% memory usage, although it reserves 100% on hypervisor-level?