5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-26 21:57:33 +03:00

pbs-manager: fix pull not respecting local ns setting

It pulls to root namespace instead.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
Matthias Heiserer 2022-09-20 12:08:48 +02:00 committed by Fabian Grünbichler
parent fc65ec4345
commit 4d226f963f

View File

@ -305,7 +305,7 @@ async fn pull_datastore(
}
if ns.is_some() {
args["local-ns"] = json!(ns);
args["ns"] = json!(ns);
}
if max_depth.is_some() {