Recent content by _gabriel

  1. G

    How to disable Cron Notification Mails

    add >/dev/null 2>&1 to your command
  2. G

    Datastore Sync Hook Scripts

    why ? keep the tunnel p2p with custom AllowedIPs
  3. G

    Guest Agent not running Windows Server 2025

    1 is not required as virtualization is not available when cpu type is not "host". 3 is not easy as just switch. requires forced virtio scsi drivers installation : automatic way https://forum.proxmox.com/threads/a-small-game-changer-for-windows-migration-to-proxmox.181582/ @OP : what is your...
  4. G

    Windows Server 2025 CPU suddenly at 100%

    VBS silently enables virtualization, even if hyperv or WSL not enabled. https://forum.proxmox.com/threads/proxmox-ve-8-4-14-and-virtualization-based-security-vbs.174821/
  5. G

    Windows Server 2025 CPU suddenly at 100%

    Modern Windows like Win11 or 2025 virtualizes itself (=nested virtualization) when cpu type is set to host.
  6. G

    Guest Agent not running Windows Server 2025

    Microsoft allows downgrade. you need to get media and product key yourself or ask your OEM manufacturer. Media/Keys sources are not really relevant, proof of the original 2025 purchase is. You can try the eval ISO to dig out. win11 eval ISO can be used too as they use same binaries, same build...
  7. G

    Win2025 retrim fails with "Data error (cyclic redundancy check). (0x80070017)" while Win11 OK

    Thanks for the report. For the SLAB consolidation skipped, set : args: -global scsi-hd.discard_granularity=8M -global virtio-blk-pci.discard_granularity=8M in VM .conf for Windows since 10 v2004 and Server 2022
  8. G

    Guest agent not running on Windows 11

    if you read the topic, and if you have same problème, then fleecing greatly help. But as we have not info about your case, nobody can guess. Open new topic is better with your specs and your flow
  9. G

    Guest agent not running on Windows 11

    sorry, but have you read the topic ?
  10. G

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

    the recommended way for primary backup, is local backup, then secondary backup can sync from primary backup, which not disturb the VM.
  11. G

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

    then your problem is elsewhere. that's not this topic. slow destination backup can slowdown VM up to crash. create new topic, or append to existing topics about it.
  12. G

    Windows VMs no longer TRIM drives after live migration

    as github post says, is sdelete64 -z C: works ?
  13. G

    Slow backups sabotaging VMs

    is PBS over WAN ? Too slow PBS can impact VM because when data change in VM, old data is first sent to PBS then VM wait PBS to finish, only after it's done, new data in VM can be effective written/modified. There is fleecing option to mitigate this case. (sorry for my bad english wording)