Re: [pve-devel] [PATCH storage v3 08/10] api: allow ova upload/download

2024-05-22 Thread Fabian Grünbichler
On April 29, 2024 1:21 pm, Dominik Csapak wrote: > introducing a separate regex that only contains ova, since > upload/downloading ovfs does not make sense (since the disks are then > missing). > > Signed-off-by: Dominik Csapak > --- > src/PVE/API2/Storage/Status.pm | 18 ++ >

[pve-devel] [PATCH storage v3 08/10] api: allow ova upload/download

2024-04-29 Thread Dominik Csapak
introducing a separate regex that only contains ova, since upload/downloading ovfs does not make sense (since the disks are then missing). Signed-off-by: Dominik Csapak --- src/PVE/API2/Storage/Status.pm | 18 ++ src/PVE/Storage.pm | 11 +++ 2 files changed,