]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/PBSPlugin.pm
pbs: fix namespace handling in list_volumes
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 15 Jul 2022 10:47:51 +0000 (12:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Jul 2022 11:35:37 +0000 (13:35 +0200)
commitad3666d71622889867e0cf2c6188f665e9b1da87
treeacc63c843eefca6d45c2dfb38d2c7f65ee39bbc1
parent752a0bcabb50568facb3f20483cf821c170cd8c9
pbs: fix namespace handling in list_volumes

Before af07f67 ("pbs: use vmid parameter in list_snapshots") the
namespace was set via do_raw_client_command, but now it needs to be
set explicitly here.

Fixes: af07f67 ("pbs: use vmid parameter in list_snapshots")
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage/PBSPlugin.pm