From 4c9c5f37827d85f7e953c42fab969532fb6865ab Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 13 May 2022 13:07:49 +0200 Subject: [PATCH] pbs: backup-ns parameter was renamed to ns Signed-off-by: Wolfgang Bumiller --- PVE/Storage/PBSPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 2da939b..d9f2c3e 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -251,7 +251,7 @@ my sub api_param_from_volname : prototype($$$) { } return { - (ns($scfg, 'backup-ns')), + (ns($scfg, 'ns')), 'backup-type' => $btype, 'backup-id' => $bid, 'backup-time' => $btime,