public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup 0/2] schedule prunes even with keep-all
@ 2026-06-08  8:59 Christian Ebner
  2026-06-08  8:59 ` [PATCH proxmox-backup 1/2] proxy: scheduler: drop early return for keep-all prune jobs Christian Ebner
  2026-06-08  8:59 ` [PATCH proxmox-backup 2/2] prune job: escalate keep-all from info to warning Christian Ebner
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Ebner @ 2026-06-08  8:59 UTC (permalink / raw)
  To: pbs-devel

Currently prune jobs without keep options will keep all snapshots, but
they are actually never scheduled. This caused a report in the
enterprise support about an unexpectedly `pending` job state, manual
execution of the job running just fine.

Drop the early check for no keep options being set and actually run
the task on schedule, as this might also be used for testing only.
Further, escalate the info message for keep-all in case of no prune
options being set to a warning, so users can more easily identify
such jobs, but without breaking current behaviour with respect to
notifications.

Christian Ebner (2):
  proxy: scheduler: drop early return for keep-all prune jobs
  prune job: escalate keep-all from info to warning

 src/bin/proxmox-backup-proxy.rs | 4 ----
 src/server/prune_job.rs         | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

-- 
2.47.3





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-08  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-08  8:59 [PATCH proxmox-backup 0/2] schedule prunes even with keep-all Christian Ebner
2026-06-08  8:59 ` [PATCH proxmox-backup 1/2] proxy: scheduler: drop early return for keep-all prune jobs Christian Ebner
2026-06-08  8:59 ` [PATCH proxmox-backup 2/2] prune job: escalate keep-all from info to warning Christian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal