Search results

  1. TwiX

    Purging a datastore

    thanks, but it doesn't solve the issue relative to disk space (related to deduplication) and we have to adapt the script every time a VM is destroyed. could be complicated. Ideally, a command or action that could delete everything before specified date
  2. TwiX

    Purging a datastore

    Hi, My 2 synchronized PBS have a ZFS datastore which is 80% full disk space. several hundreds of VMs and the issue is that when a VM is not backuped anymore, snapshots stay on the datastore forever. We have to manually delete groups one by one... So I'm wondering if I could purge an entire...
  3. TwiX

    [SOLVED] AMD/INTEL microcodes

    Hi, I'm wondering if there is any reason why amd64-microcode and intel-microcode are not installed by default. Installing these packages is something you recommand ?
  4. TwiX

    Delete/remove snapshots

    Hi, But for old VMs that are not backuped up anymore you have to select VMs one by one manually in order to delete the snapshots
  5. TwiX

    Delete/remove snapshots

    Hi, Is there a way to delete/remove snapshots older than X days (or specific date) in one shot ? Thanks
  6. TwiX

    Delete/remove backups based on specific datetime

    Ok maybe because of the 'last ' field in prune section ? This must be the reason why it keeps all datas ?
  7. TwiX

    Delete/remove backups based on specific datetime

    Yes I already have configured pruning and garbage collection...It works as expected. But in case where vm/ct id doesn't exist (because the vm is removed for example), snapshots are kept forever ....
  8. TwiX

    Delete/remove backups based on specific datetime

    Hi, Instead of manually deleting old backups 1 by 1 (because for example vm/ ct doesn't exist anymore), is there a way to remove all backups that had been created before specific datetime ? Thanks ! Antoine
  9. TwiX

    Backup MySQL VM with PBS

    Seems that Debian + qemu-guest-agent + mariadb = trouble https://forum.proxmox.com/threads/snapshot-backup-not-working-guest-agent-fs-freeze-gets-timeout.99887/page-2
  10. TwiX

    Backup MySQL VM with PBS

    A workaround could be to uncheck guest agent in PVE GUI for that VM ?
  11. TwiX

    Backup MySQL VM with PBS

    qemu-guest agent is installed with default set-up. So I don't think guest agent is hooked up to mysql...
  12. TwiX

    Backup MySQL VM with PBS

    Don't know what to say :/ This weird behavior is clearly triggered by PBS snapshots. I can also mention that it affects large MySQL databases, (same issue on Zabbix Mysql database (~20 Gbytes)) without table partitioning.
  13. TwiX

    Backup MySQL VM with PBS

    Logs are related to external PBS Backup (Tuxis) However, local PBS backup (@3:00 am) with pretty fast PBS datastore (2 stripped raidz : 10x 2TB SSD) with 10Gb network, shows locks of Mysql too But backup takes 10 min instead of 20 min via Tuxis. Mysql logs lots of : 2022-05-31 20:00:00...
  14. TwiX

    Backup MySQL VM with PBS

    Thanks Here are the logs
  15. TwiX

    Backup MySQL VM with PBS

    Hi, I noticed that during a PBS backup of a large MySQL VM (with guest agent installed), Mysql is not able to perform requests (select, update, insert)... I thought that the FS lock triggered by qemu-ga guest-fsfreeze takes only few seconds in order to have a consistent FS. Is it the normal...
  16. TwiX

    ZFS Datastore - Fragmentation with SSD ?

    Hi, I have recently replaced all my HDD for 10 SSD for my ZFS Datastore. This is now extremely fast specially verify jobs (even if we can discuss the interest of verifying snapshots on a ZFS pool). The weird thing is that PBS reports fragmentation on the related pool : AFAIK, on a SSD...
  17. TwiX

    [SOLVED] new v2 TOTP recording

    Thanks...Understood :)
  18. TwiX

    [SOLVED] new v2 TOTP recording

    Hi, Seems that latest pve7.1 changes the way we record totp on /etc/pve/priv/tfa.cfg. I have a problem with that because the 'Secret' is now showed V2 : V1: V2 method allows root to know all secrets keys for all users. Some of them use the same TOTP secret for several services...