Am 16.04.24 um 15:19 schrieb Dominik Csapak:
> introducing a seperate regex that only contains ova, since

s/seperate/separate/

> upload/downloading ovfs does not make sense (since the disks are then
> missing).
> 
> Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>

With my single comment below addressed:

Reviewed-by: Fiona Ebner <f.eb...@proxmox.com>

> ---
>  src/PVE/API2/Storage/Status.pm | 14 ++++++++++++--
>  src/PVE/Storage.pm             | 11 +++++++++++
>  2 files changed, 23 insertions(+), 2 deletions(-)
> 
> diff --git a/src/PVE/API2/Storage/Status.pm b/src/PVE/API2/Storage/Status.pm
> index 77ed57c..14d6fe8 100644
> --- a/src/PVE/API2/Storage/Status.pm
> +++ b/src/PVE/API2/Storage/Status.pm
> @@ -382,7 +382,7 @@ __PACKAGE__->register_method ({

Description above here should be updated to mention OVAs

>           content => {
>               description => "Content type.",
>               type => 'string', format => 'pve-storage-content',
> -             enum => ['iso', 'vztmpl'],
> +             enum => ['iso', 'vztmpl', 'import'],
>           },
>           filename => {
>               description => "The name of the file to create. Caution: This 
> will be normalized!",


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to