]> git.proxmox.com Git - pve-storage.git/commitdiff
pbs: backup-ns parameter was renamed to ns
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 May 2022 11:07:49 +0000 (13:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 May 2022 12:05:38 +0000 (14:05 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/Storage/PBSPlugin.pm

index 2da939b7eaceadb0d6f406d89a736c28257e39d3..d9f2c3e33d86a66d57abdc2afdb9a4a682dd0219 100644 (file)
@@ -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,