Hello, I upgraded my 5-node PVE cluster from 8 to 9.2.2 and PBS to 4.2.0. I have a TrueNas Core VM (FreeBSD based) that I made no changes to during the upgrade other than shutting it down for the upgrade, it started normally on the upgraded PVE. The qemu-guest-agent is running and enabled in the VM options, no changes are obvious to me other than upgrading from PVE 8 to 9.
However, my scheduled PBS backup logs warnings for fsFreeze that never occurred under PVE 8. I've seen conflicting information about fsFreeze support for FreeBSD but have been backing up this VM for years without this warning/error and the limited restore testing I did back when setting it up was successful. So now I'm wondering why fsFreeze isn't working after the upgrade to PVE 9 and no changes were made on the guest, any help appreciated!
PVE 8 before the upgrade:
PVE 9 after the upgrade:
However, my scheduled PBS backup logs warnings for fsFreeze that never occurred under PVE 8. I've seen conflicting information about fsFreeze support for FreeBSD but have been backing up this VM for years without this warning/error and the limited restore testing I did back when setting it up was successful. So now I'm wondering why fsFreeze isn't working after the upgrade to PVE 9 and no changes were made on the guest, any help appreciated!
PVE 8 before the upgrade:
Code:
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2026-05-23 06:00:02
INFO: status = running
INFO: VM Name: serenity
INFO: include disk 'scsi0' 'local-lvm:vm-101-disk-0' 32G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: snapshots found (not included into backup)
INFO: creating Proxmox Backup Server archive 'vm/101/2026-05-23T10:00:02Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task 'f4f57d46-21eb-4318-95ce-0d3f561ef5a9'
INFO: resuming VM again
INFO: scsi0: dirty-bitmap status: OK (116.0 MiB of 32.0 GiB dirty)
INFO: using fast incremental mode (dirty-bitmap), 116.0 MiB dirty of 32.0 GiB total
INFO: 100% (116.0 MiB of 116.0 MiB) in 3s, read: 38.7 MiB/s, write: 38.7 MiB/s
INFO: Waiting for server to finish backup validation...
INFO: backup was done incrementally, reused 31.89 GiB (99%)
INFO: transferred 116.00 MiB in 4 seconds (29.0 MiB/s)
INFO: adding notes to backup
INFO: prune older backups with retention: keep-last=3, keep-monthly=1, keep-weekly=1
INFO: running 'proxmox-backup-client prune' for 'vm/101'
INFO: pruned 1 backup(s) not covered by keep-retention policy
INFO: Finished Backup of VM 101 (00:00:04)
INFO: Backup finished at 2026-05-23 06:00:06
PVE 9 after the upgrade:
Code:
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2026-05-24 06:00:02
INFO: status = running
INFO: VM Name: serenity
INFO: include disk 'scsi0' 'local-lvm:vm-101-disk-0' 32G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: snapshots found (not included into backup)
INFO: creating Proxmox Backup Server archive 'vm/101/2026-05-24T10:00:02Z'
WARN: unable to check guest fs freeze status - Agent error: The command guest-fsfreeze-status has been disabled for this instance
INFO: issuing guest-agent 'fs-freeze' command
ERROR: unable to freeze guest fs - The command guest-fsfreeze-freeze has been disabled for this instance
INFO: starting backup via QMP command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: Agent error: The command guest-fsfreeze-thaw has been disabled for this instance
INFO: started backup task '7e6b3e99-f4eb-40cb-8b6f-57628344b262'
INFO: resuming VM again
INFO: scsi0: dirty-bitmap status: OK (68.0 MiB of 32.0 GiB dirty)
INFO: using fast incremental mode (dirty-bitmap), 68.0 MiB dirty of 32.0 GiB total
INFO: 100% (68.0 MiB of 68.0 MiB) in 1s, read: 68.0 MiB/s, write: 68.0 MiB/s
INFO: backup was done incrementally, reused 31.93 GiB (99%)
INFO: transferred 68.00 MiB in 1 seconds (68.0 MiB/s)
INFO: adding notes to backup
INFO: prune older backups with retention: keep-last=3, keep-monthly=1, keep-weekly=1
INFO: running 'proxmox-backup-client prune' for 'vm/101'
INFO: pruned 1 backup(s) not covered by keep-retention policy
INFO: Finished Backup of VM 101 (00:00:01)
INFO: Backup finished at 2026-05-24 06:00:03
Last edited: