Bug with Prune task status

pascalbrax

Member
Jan 27, 2023
10
0
6
Info: I run PBS with its own storage on the same virtual machine.

pbs-disks.PNG

I have no complains, PBS does its job perfectly. I verify the backups automatically and manually sometimes with zero issues.

Every backup job is configured with a prune retention, here's how the task log usually looks like:

pbs-prune-ok.PNG

After each backup (OK) there's pruning (OK) and if I check the task, I get this:

pbs-task-ok.PNG

But now...

After a while, I check the log and seems all the prune jobs are... unknown!

pbs-task-unknown.PNG

Backup tasks? OK! Prune jobs? Eh...

If i check those "Unknown" prune tasks, I get... nothing?

pbs-prune-unknown.PNG

Everything else seems to work as intended, but I have no idea why did this start to happen and at this point I'm not sure what should I do?
 
Info: I run PBS with its own storage on the same virtual machine.

View attachment 81404

I have no complains, PBS does its job perfectly. I verify the backups automatically and manually sometimes with zero issues.

Every backup job is configured with a prune retention, here's how the task log usually looks like:

View attachment 81406

After each backup (OK) there's pruning (OK) and if I check the task, I get this:

View attachment 81405

But now...

After a while, I check the log and seems all the prune jobs are... unknown!

View attachment 81407

Backup tasks? OK! Prune jobs? Eh...

If i check those "Unknown" prune tasks, I get... nothing?

View attachment 81408

Everything else seems to work as intended, but I have no idea why did this start to happen and at this point I'm not sure what should I do?
Hi,
what PBS version are you running? Please post the output of proxmox-backup-manager version --verbose. Might be an issue similar to the one already reported for the daily update task (in german) https://forum.proxmox.com/threads/pbs-3-3-0-dly-update-status-unknown.158764/

Edit: I can reproduce this and will investigate. Thanks for the report.
 
Last edited:
Hi,
what PBS version are you running? Please post the output of proxmox-backup-manager version --verbose. Might be an issue similar to the one already reported for the daily update task (in german) https://forum.proxmox.com/threads/pbs-3-3-0-dly-update-status-unknown.158764/

Hi, here's my PBS version output:
Bash:
~# proxmox-backup-manager version --verbose
proxmox-backup                     3.3.0         running kernel: 6.8.12-6-pve
proxmox-backup-server              3.3.2-1       running version: 3.3.2
proxmox-kernel-helper              8.1.0
proxmox-kernel-6.8                 6.8.12-6
proxmox-kernel-6.8.12-6-pve-signed 6.8.12-6
proxmox-kernel-6.8.12-5-pve-signed 6.8.12-5
proxmox-kernel-6.8.12-4-pve-signed 6.8.12-4
proxmox-kernel-6.8.12-1-pve-signed 6.8.12-1
proxmox-kernel-6.8.8-3-pve-signed  6.8.8-3
proxmox-kernel-6.8.4-2-pve-signed  6.8.4-2
ifupdown2                          3.2.0-1+pmx11
libjs-extjs                        7.0.0-5
proxmox-backup-docs                3.3.2-1
proxmox-backup-client              3.3.2-1
proxmox-mail-forward               0.3.1
proxmox-mini-journalreader         1.4.0
proxmox-offline-mirror-helper      0.6.7
proxmox-widget-toolkit             4.3.4
pve-xtermjs                        5.3.0-3
smartmontools                      7.3-pve1
zfsutils-linux                     2.2.6-pve1

I think you're into something, I've checked the German post you linked, and checked the journalctl myself and noticed something interesting:

journal.PNG

The syntax output of proxmox-daily-update has been changed (the apt-get update output) between November 25 and 26, "TASK OK" is missing.

And the same happened with the tasks log on PBS:

tasks.PNG

Again, November 25: everything OK. From November 26: Unknown.
 
Last edited:
  • Like
Reactions: Neobin