[pbs-devel] [PATCH proxmox-backup 0/4] fix #7219: align encryption key loading behavior for mount

Christian Ebner c.ebner at proxmox.com
Thu Jan 8 16:25:16 CET 2026


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





More information about the pbs-devel mailing list