Search results

  1. W

    KSM Memory sharing not working as expected on 6.2.x kernel

    @aaron any news? by the way, is there any change to build 5.15 kernel for PVE 8 for testing or build 6.2 with patch applied?
  2. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    One more observation: Disabling KSM requires rebooting the host because stopping KSM service (and/or disabling it) does not really stop it. ksmd becomes ghost and cannot be killed (I didnt manage to kill it) This screen shows: kernel with mitigations=off and ksdtuned stopped and disabled (but...
  3. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    Host1 - problems CPU(s) 56 x Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (2 Sockets) Kernel Version Linux 6.2.16-14-pve #1 SMP PREEMPT_DYNAMIC PMX 6.2.16-14 (2023-09-19T08:17Z) Intel-microcodes installed VM: W2019 (96GB RAM + 42 cores, NUMA) Host2 - problems CPU(s) 48 x Intel(R)...
  4. W

    global mail backup in PMG

    Is there any plans to integrate full mail backup/restore in PGM? Something like: https://www.mailpiler.org/
  5. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    Could you try to continuously ping your VM (from any other device in network) like gateway? Huge ping delay spikes are common for the topic issue. If you don't have any then probably there is something else interfere P.S. Do not ping from another VM on the same host P.S.S In my case before...
  6. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    Well, now it looks reasonable Next, what about KSM? Have you disabled it?
  7. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    If I am not mistaken mitigations=off is not applied What filesystem behind your root partition? In my case (zfs) i had to edit cmdfile file Check this post: https://forum.proxmox.com/threads/disable-spectre-meltdown-mitigations.112553/post-485863
  8. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    If on your systems KSM is in use then try to disable it with "systemctl disable --now ksmtuned" on top of and cross-check that mitigations are really off with lscpu
  9. W

    Proxmox VE 8.0 released!

    @t.lamprecht Is there any progress on sorting out the degradation in KSM and huge performance (CPU 100% spikes) loss in Windows guests with 6.2 kernels?
  10. W

    How to Set default view for user or/and disable datacenter view

    For non-root limited user I would like to limit view to pool only in pve cluster. Is there any way to disable datacenter view or/and set another view (pool view) for given user as default The idea behind is to hide number of cluster nodes and their names Thanks in advance
  11. W

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    I can confirm that with 6.2.16-14 problem still exists Setting "mitigations=off" the only solution @ProxmoxTeam Any progress on this issue? P.S Taking into consideration that KSM with kernel 6.x is broken on dual socket boards +1 vote to release 5.15 kernel
  12. W

    Intel 350 NIC No Longer Supported?

    did you check dmesg output?
  13. W

    Ceph completely broken - Error got timeout (500)

    check /etc/hosts and update accordantly
  14. W

    [SOLVED] Problem with PVE 8 + CEPH + remote cluster node (rare setup)

    Sure all the screens are made from the node WITH CEPH binary installed (CEPH cluster node)
  15. W

    [SOLVED] Problem with PVE 8 + CEPH + remote cluster node (rare setup)

    I had 3 nodes cluster with CEPH installed (several OSDs on each node) in network 10.63.210.0/24 for PVE (1Gb) and 10.10.10.0/24 for CEPH (10Gbe). It was OK until I added 4-th node to PVE cluster only from another network 10.63.200.0/24 (no CEPH/OSD on that node). PVE cluster is happy, CEPH...
  16. W

    KSM Memory sharing not working as expected on 6.2.x kernel

    Try mitigations=off as workaround. It could compensate performance drop, especially under memory pressure