Search results

  1. M

    PBS restored old snapshot instead of current VM disk

    That "status = stopped" in the backup log is indeed interesting. This is one of our most important VMs so it was definitely running at the time of the Jan 4 and Dec 31 PBS backups that were restored and had old data from Jun 14. The task log shows the VM Start on Jun 14 (2021) but no...
  2. M

    PBS restored old snapshot instead of current VM disk

    The PBS backup was restored by going to the PBS datastore on PVE, selecting the backup from 2022-01-04T08:31:36Z, clicking the "Restore" button, and restoring to a new VMID. Here is the full restore log and task list of the new restored VM if it's helpful. Original VMID 264, new VMID 301. new...
  3. M

    PBS restored old snapshot instead of current VM disk

    We have PBS doing daily backups of all VMs in our PVE cluster, VMs are backed by ZFS storage. Yesterday we had a problem with one VM and restored the most recent PBS backup. When booting the newly restored VM, the data on the filesystem is back at a date of a ~7 month old manual snapshot that...
  4. M

    VM interruption during backups - vzdump Disable RAM in snapshot mode?

    Unfortunately we have not been able to solve this. I did find several other posts and bug reports that suggest older ZFS versions might be part of the problem. We will be upgrading from PVE 6.3 to 6.4 very soon to see if the new major ZFS version helps at all, but given how only the VM being...
  5. M

    Having user whitelists override user blacklists

    The rule system would work great but is there a way to use user-lists in Who objects so the user can update their own lists? With this particular use case of only allowing whitelisted senders they would need to update their list frequently. Being able to use user-lists in the rule-system might...
  6. M

    Having user whitelists override user blacklists

    I have a PMG user who wants to blacklist everything and only allow certain senders via their user whitelist. Currently if the user blacklist is matched the mail will be considered spam even if there is a more specific whitelist entry. Is there a way to have user whitelists take priority over...
  7. M

    VM interruption during backups - vzdump Disable RAM in snapshot mode?

    Yes, the interruption is a network outage of the VM at the exact moment the backup job is backing up that particular VM. Other VMs are not affected until the backup job gets to them. I was maybe incorrectly relating it to snapshots with RAM because VMs also stop responding for a few seconds...
  8. M

    VM interruption during backups - vzdump Disable RAM in snapshot mode?

    With backups/vzdump running in snapshot mode I am seeting 4-5 seconds of interruption to guest VMs during backup runs which is affecting certain network-sensitive applications. The same interruption happens when a manual snapshot is taken with RAM included so I presume vzdump is including RAM in...