]> git.proxmox.com Git - pve-common.git/commit - src/PVE/PBSClient.pm
pbs client: backup fs tree: drop namespace parameter
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 20 Jul 2022 10:59:45 +0000 (12:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Nov 2022 13:01:47 +0000 (14:01 +0100)
commit89ed119db3de3e5995d4b7ba7b3ebc7c6a9a56cb
tree1cf9c2a1935058c7516d83021e4dcf3d9d09f5e5
parenta95beed20d03269c4c0601c463cbc6f736700759
pbs client: backup fs tree: drop namespace parameter

Instead, use the one from the initial configuration. The only current
caller is in PMG and the namespace parameter set there agrees with
the one from the initial configuration, so this is not actually a
breaking change.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/PBSClient.pm