Re: [pve-devel] [PATCH v2 storage 05/13] Add prune_backups to storage API

2020-06-29 Thread Fabian Ebner
On 6/15/20 2:21 PM, Thomas Lamprecht wrote: Am 6/10/20 um 1:23 PM schrieb Fabian Ebner: Implement it for generic storages supporting backups (i.e. directory-based storages) and add a wrapper for PBS. Signed-off-by: Fabian Ebner --- Changes in v2: * Return actual volid in PBS using the ne

Re: [pve-devel] [PATCH v2 storage 05/13] Add prune_backups to storage API

2020-06-15 Thread Thomas Lamprecht
Am 6/10/20 um 1:23 PM schrieb Fabian Ebner: > Implement it for generic storages supporting backups > (i.e. directory-based storages) and add a wrapper for PBS. > > Signed-off-by: Fabian Ebner > --- > > Changes in v2: > * Return actual volid in PBS using the new print_volid helper > * Spl

[pve-devel] [PATCH v2 storage 05/13] Add prune_backups to storage API

2020-06-10 Thread Fabian Ebner
Implement it for generic storages supporting backups (i.e. directory-based storages) and add a wrapper for PBS. Signed-off-by: Fabian Ebner --- Changes in v2: * Return actual volid in PBS using the new print_volid helper * Split out prune_mark_backup_group and move it to Storage.pm