From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-offline-mirror 0/4] extend/add commands
Date: Wed, 21 Sep 2022 10:12:38 +0200 [thread overview]
Message-ID: <20220921081242.1139249-1-f.gruenbichler@proxmox.com> (raw)
this series adds diff commands for diffing two snapshots of a mirror
(`mirror snapshot diff`), a medium and its source mirrors (`medium
diff`) and extends `mirror snapshot list` to allow listing *all*
snapshots of *all* configured mirrors by leaving out the previously
mandatory mirror ID.
Fabian Grünbichler (4):
pool: add diff and list helpers
snapshots: add diff command
medium: add diff command
cli: allow listing snapshots of all mirrors
src/bin/proxmox_offline_mirror_cmds/medium.rs | 107 ++++++++++-
src/bin/proxmox_offline_mirror_cmds/mirror.rs | 128 ++++++++++++--
src/medium.rs | 103 ++++++++++-
src/mirror.rs | 15 +-
src/pool.rs | 167 +++++++++++++++++-
src/types.rs | 16 +-
6 files changed, 520 insertions(+), 16 deletions(-)
--
2.30.2
next reply other threads:[~2022-09-21 8:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 8:12 Fabian Grünbichler [this message]
2022-09-21 8:12 ` [pve-devel] [PATCH proxmox-offline-mirror 1/4] pool: add diff and list helpers Fabian Grünbichler
2022-09-21 8:12 ` [pve-devel] [PATCH proxmox-offline-mirror 2/4] snapshots: add diff command Fabian Grünbichler
2022-09-21 8:12 ` [pve-devel] [PATCH proxmox-offline-mirror 3/4] medium: " Fabian Grünbichler
2022-09-21 8:12 ` [pve-devel] [PATCH proxmox-offline-mirror 4/4] cli: allow listing snapshots of all mirrors Fabian Grünbichler
2022-09-26 7:51 ` [pve-devel] applied-series: [PATCH proxmox-offline-mirror 0/4] extend/add commands Wolfgang Bumiller
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=20220921081242.1139249-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pve-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.