Ever since I updated to 8.2.5, I've been getting the following error in my log when my backup jobs are supposed to run once a week:
I've only ever used the UI to create backup jobs on the data center, never the command line, so I don't understand how this could happen, or how I can fix it.
If I run the backup job manually it works fine with this log:
Any ideas what's going on here or how to fix it? Thanks.
Code:
Sep 28 01:00:09 pve pvescheduler[117971]: 400 Parameter verification failed.
job-id: invalid format - invalid configuration ID 'b61e26046051f94aef2862d364520ad621e35710:1'
Sep 28 01:00:09 pve pvescheduler[117971]: jobs: encountered object '400 Parameter verification failed.
job-id: invalid format - invalid configuration ID 'b61e26046051f94aef2862d364520ad621e35710:1'
', but neither allow_blessed, convert_blessed nor allow_tags settings are enabled (or TO_JSON/FREEZE method missing) at /usr/share/perl5/PVE/Jobs.pm line 228.
I've only ever used the UI to create backup jobs on the data center, never the command line, so I don't understand how this could happen, or how I can fix it.
If I run the backup job manually it works fine with this log:
Code:
Sep 29 19:45:22 pve pvedaemon[1235232]: INFO: starting new backup job: vzdump --quiet 1 --node pve --exclude 110,109 --all 1 --storage pve-backups --mode snapshot --fleecing 0 --mailnotification always --compress zstd
Sep 29 19:45:22 pve pvedaemon[1235232]: INFO: Starting Backup of VM 100 (lxc)
Sep 29 19:45:22 pve dmeventd[506]: No longer monitoring thin pool pve-data-tpool.
Sep 29 19:45:22 pve lvm[506]: Monitoring thin pool pve-data-tpool.
Sep 29 19:45:23 pve kernel: EXT4-fs (dm-18): write access unavailable, skipping orphan cleanup
Sep 29 19:45:23 pve kernel: EXT4-fs (dm-18): mounted filesystem ec7e7790-e54d-4856-96a3-3ad5a3d3d3ea ro without journal. Quota mode: none.
Sep 29 19:46:10 pve kernel: EXT4-fs (dm-18): unmounting filesystem ec7e7790-e54d-4856-96a3-3ad5a3d3d3ea.
Sep 29 19:46:10 pve pvedaemon[1235232]: INFO: Finished Backup of VM 100 (00:00:48)
Sep 29 19:46:10 pve pvedaemon[1235232]: INFO: Starting Backup of VM 101 (lxc)
Any ideas what's going on here or how to fix it? Thanks.