From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Dominik Csapak <d.csapak@proxmox.com>
Subject: [pbs-devel] applied: [PATCH proxmox-backup 0/5] various bug fixes/improvements for gc
Date: Mon, 2 Nov 2020 21:12:54 +0100 [thread overview]
Message-ID: <52c47ba4-d037-3cfa-ff99-c2465ce74f08@proxmox.com> (raw)
In-Reply-To: <20201102113439.26618-1-d.csapak@proxmox.com>
On 02.11.20 12:34, Dominik Csapak wrote:
> these are some improvements/fixes for the garbage_collection
>
> Dominik Csapak (5):
> garbage collect: improve index error messages
> backup/{dynamic,fixed}_index: improve error message for small index
> files
> server/gc_job: add 'to_stdout'
> api2/admin/datastore: start the garbage_collection task with our
> helper
> proxmox-backup-proxy: use only jobstate for garbage_collection
> schedule
>
> src/api2/admin/datastore.rs | 17 +++++------------
> src/backup/datastore.rs | 22 +++++++++++++++++++---
> src/backup/dynamic_index.rs | 20 +++++++++++++-------
> src/backup/fixed_index.rs | 19 +++++++++++++------
> src/bin/proxmox-backup-proxy.rs | 23 ++++++-----------------
> src/server/gc_job.rs | 3 ++-
> 6 files changed, 58 insertions(+), 46 deletions(-)
>
applied series, thanks!
Die two followups.
1. due to a patch of mine the UPID import in proxmox-backup-proxy
was now unused, dropped that
2. This:
return Err(format_err!(
"cannot open index {}: {}",
full_path.to_string_lossy(),
err,
));
is:
bail!("can't open index {} - {}", path.to_string_lossy(), err),
On another note, I had the feeling that we did not sent out mails for manually
triggered GCs before this change, not sure if I'm just imagine or if you changed
that, possibly unwillingly?
next prev parent reply other threads:[~2020-11-02 20:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 11:34 [pbs-devel] " Dominik Csapak
2020-11-02 11:34 ` [pbs-devel] [PATCH proxmox-backup 1/5] garbage collect: improve index error messages Dominik Csapak
2020-11-02 11:34 ` [pbs-devel] [PATCH proxmox-backup 2/5] backup/{dynamic, fixed}_index: improve error message for small index files Dominik Csapak
2020-11-02 11:34 ` [pbs-devel] [PATCH proxmox-backup 3/5] server/gc_job: add 'to_stdout' Dominik Csapak
2020-11-02 11:34 ` [pbs-devel] [PATCH proxmox-backup 4/5] api2/admin/datastore: start the garbage_collection task with our helper Dominik Csapak
2020-11-03 5:45 ` Dietmar Maurer
2020-11-03 6:54 ` Dominik Csapak
2020-11-02 11:34 ` [pbs-devel] [PATCH proxmox-backup 5/5] proxmox-backup-proxy: use only jobstate for garbage_collection schedule Dominik Csapak
2020-11-02 20:12 ` Thomas Lamprecht [this message]
2020-11-03 5:11 ` [pbs-devel] applied: [PATCH proxmox-backup 0/5] various bug fixes/improvements for gc Dietmar Maurer
2020-11-03 7:14 ` Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52c47ba4-d037-3cfa-ff99-c2465ce74f08@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=d.csapak@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox