From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 0/4] fix #7219: align encryption key loading behavior for mount
Date: Thu, 8 Jan 2026 16:25:16 +0100 [thread overview]
Message-ID: <20260108152520.783200-1-c.ebner@proxmox.com> (raw)
Align the proxmox-backup-client mount subcommand behavior to the
behavior of other subcommands with respect to encryption key loading.
Previously this did not load the encryption key from the default
location, if present.
While at it, also fix issues reported by cargo clippy in the first 3
patches of the series
Christian Ebner (4):
datastore: fix clippy too many arguments warning
tree-wide: fix clippy warnings needless borrow
api: access: silence too may arguments warning on api handler
fix #7219: client: mount: align encryption key loading behavior
pbs-datastore/src/chunk_store.rs | 48 +++++++++++++++++-------------
pbs-datastore/src/datastore.rs | 18 ++++++-----
proxmox-backup-client/src/mount.rs | 24 ++++++++-------
src/api2/access/user.rs | 1 +
src/api2/admin/datastore.rs | 4 +--
src/auth.rs | 2 +-
6 files changed, 56 insertions(+), 41 deletions(-)
--
2.47.3
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next reply other threads:[~2026-01-08 15:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 15:25 Christian Ebner [this message]
2026-01-08 15:25 ` [pbs-devel] [PATCH proxmox-backup 1/4] datastore: fix clippy too many arguments warning Christian Ebner
2026-01-08 15:25 ` [pbs-devel] [PATCH proxmox-backup 2/4] tree-wide: fix clippy warnings needless borrow Christian Ebner
2026-01-08 15:25 ` [pbs-devel] [PATCH proxmox-backup 3/4] api: access: silence too may arguments warning on api handler Christian Ebner
2026-01-08 15:25 ` [pbs-devel] [PATCH proxmox-backup 4/4] fix #7219: client: mount: align encryption key loading behavior Christian Ebner
2026-01-09 12:33 ` Daniel Herzig
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=20260108152520.783200-1-c.ebner@proxmox.com \
--to=c.ebner@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 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.