mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 00:43:12 +00:00
api types: prune keep options: also check weekly in keeps_something
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
288074a018
commit
1d5b46c21e
@ -589,6 +589,7 @@ impl KeepOptions {
|
||||
self.keep_last.unwrap_or(0)
|
||||
+ self.keep_hourly.unwrap_or(0)
|
||||
+ self.keep_daily.unwrap_or(0)
|
||||
+ self.keep_weekly.unwrap_or(0)
|
||||
+ self.keep_monthly.unwrap_or(0)
|
||||
+ self.keep_yearly.unwrap_or(0)
|
||||
> 0
|
||||
|
Loading…
Reference in New Issue
Block a user