]> git.proxmox.com Git - pve-storage.git/commit
list volumes: also return backup type for backups
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 16 Dec 2021 12:12:23 +0000 (13:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Mar 2022 16:42:39 +0000 (17:42 +0100)
commitc66e0b8a0a37abfeb253bf610b9add144ca908d0
treece5cbc89f7dc5d222c1eccd3a466e50fdfec3b56
parent5ef50a826296707af689d21cd8a782e26ae745dd
list volumes: also return backup type for backups

Otherwise, there is no storage-agnostic way to filter by backup group.

Call it subtype, to not confuse it with content type, and to be able
to re-use it for other content types than backup, if the need ever
arises.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage/PBSPlugin.pm
PVE/Storage/Plugin.pm
test/list_volumes_test.pm