Search results

  1. G

    PBS breaking customer SQL backups. Backups without FS-Freeze?

    Open new Thread for your case. Then post your Ceph configuration into. (replicas/network/disks model). Try move a VM outside Ceph.
  2. G

    EPYC 7301 - win11 fails to upgrade

    https://github.com/pbatard/rufus/issues/2568#issuecomment-2387934171 Then retry
  3. G

    My Debian 12 VM went to sleep, how do I gracefully wake it up ?

    EDIT: Pressing "Esc" from noVNC Keyboard wake up VM here (test with a vanilla Debian 12 & vanilla Ubuntu 24 ) BTW : in Debian 12, "Automatic Suspend" is set to 20 minutes ( weird, should be inactive by default if VM detected). and "qemu-guest-agent" package is auto installed. in Ubuntu 24...
  4. G

    PBS breaking customer SQL backups. Backups without FS-Freeze?

    Fleecing is PVE side. https://pve.proxmox.com/pve-docs/chapter-vzdump.html#_vm_backup_fleecing
  5. G

    PBS breaking customer SQL backups. Backups without FS-Freeze?

    "Non local" = "not over WAN" PBS require fast network and disks to prevent timeout in source VM. There is "Fleecing" option nowadays can mitigate some slow cases.
  6. G

    PBS breaking customer SQL backups. Backups without FS-Freeze?

    because your issue is different. VssOption only prevents breaking SQL diffirential backup chain from another within-guest backup software.
  7. G

    My Debian 12 VM went to sleep, how do I gracefully wake it up ?

    Have you sudo apt install qemu-guest-agent + set QEMU Guest Agent to Enabled in PVE - VM - Options ?
  8. G

    Proxmox cluster Kills my ssd?

    Homelab with consumer disks should do backup before RAID.
  9. G

    Proxmox cluster Kills my ssd?

    its usage related. Enterprise should use ZFS mirror as boot/system (at least ZFS partition mirror)
  10. G

    Proxmox cluster Kills my ssd?

    ZFS will most wear out SSD than cluster/logs itself.
  11. G

    How to properly disable (temporarerly) a datastore?

    indeed, I was reading too fast. Reproducible here. For use case, where PBS Datastore is only USB, I only start PB-Proxy service during backup/sync/GC/verif then stop PB-Proxy service and unmount drive to allow hotplug.
  12. G

    Why Restore is so slow from PBS and what is slow/fast ?

    There is custom binaries with enabled multi way concurrency in fetching chunks Post in thread 'Abysmally slow restore from backup' https://forum.proxmox.com/threads/abysmally-slow-restore-from-backup.133602/post-779127
  13. G

    How to properly disable (temporarerly) a datastore?

    if PBS datastore is attached to PVE, you need to disable PVE side too. /sbin/pvesm set PBS-DatastoreName --disable 1
  14. G

    Tiny11 Install giving no bootable device error

    is for Arm64 cpu You need a x64 iso.
  15. G

    AMD : BSOD unsupported processor since Windows build 26100.4202+ ( update kb5060842 + its preview kb5058499 )

    Updates are Fully Cumulative since Windows 10, there isn't diff between build July 2025 and a Monthly updated RTM build since October 2024. Agreed and thanks for your reports , but as new Topic to avoid confusion.
  16. G

    AMD : BSOD unsupported processor since Windows build 26100.4202+ ( update kb5060842 + its preview kb5058499 )

    so you can edit previous posts to correct wrong statement. BSOD unsupported processor is present only with June 2025 ( kb5060842 ) Microsoft fixed it with July 2025 ( kb5062553 )
  17. G

    AMD : BSOD unsupported processor since Windows build 26100.4202+ ( update kb5060842 + its preview kb5058499 )

    Have you tried with "RTM" Windows 24H2 build 26100.1742 to confirm if related ?