all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/4] fix #7219: align encryption key loading behavior for mount
@ 2026-01-08 15:25 Christian Ebner
  2026-01-08 15:25 ` [pbs-devel] [PATCH proxmox-backup 1/4] datastore: fix clippy too many arguments warning Christian Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Christian Ebner @ 2026-01-08 15:25 UTC (permalink / raw)
  To: pbs-devel

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


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

end of thread, other threads:[~2026-01-09 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-08 15:25 [pbs-devel] [PATCH proxmox-backup 0/4] fix #7219: align encryption key loading behavior for mount Christian Ebner
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

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal