]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/PBSPlugin.pm
api: content listing: add comment and verification fields
[pve-storage.git] / PVE / Storage / PBSPlugin.pm
index e4c431e2441b2a09ec14ae39b404c38053ecf0fe..f3bf01620de4161836aebeb3bacaee9afd1febd8 100644 (file)
@@ -525,6 +525,9 @@ sub list_volumes {
            ctime => $epoch,
        };
 
+       $info->{verification} = $item->{verification} if defined($item->{verification});
+       $info->{comment} = $item->{comment} if defined($item->{comment});
+
        push @$res, $info;
     }