Volker Theile
Volker Theile
> Not sure if i'm missing something here, but doesn't the tool you pass on the values support literal G/M sizes like 10G for 10 GByte oder 100M for 100...
Here are some arguments why this form is implemented exactly the way it is:  - OMV UI pages are implemented in a declarative way, e.g. the...
Can not reproduce this with Firefox 123.0 and Chrome Version 121.0.6167.184 
This is the first request of such a feature since the beginning of OMV (13 years ago). So i assume this is not a widely used feature. By the fact...
TBH I will not implement such a feature because I am not interested in it personally, but OMV is an open source project which accepts contributions from the community. So...
Downloading the content of the image (inspected via API browser `https:///v1/harvester/harvesterhci.io.virtualmachineimages/default/image-/download`) displays a `failed with unexpected http Status code 500` in the browser. The content should be the HTML code...
The current research shows the following. The observed issue refers to a specific behavior of the SourceForge service. If the above specified URL for downloading the ISO file is used,...
To understand why `curl` is able to download the ISO image, here is a condensed output of the download: ``` > GET /projects/clonezilla/files/clonezilla_live_alternative/20240116-mantic/clonezilla-live-20240116-mantic-amd64.iso HTTP/2 > Host: sourceforge.net > user-agent: curl/7.81.0...
The bugfix will be available as soon as Longhorn is upgraded to version >= [1.6.1](https://github.com/longhorn/longhorn/issues/7987).
The backend seems to supports this already. ``` apiVersion: harvesterhci.io/v1beta1 kind: VirtualMachineImage metadata: name: image-systemrescue namespace: default spec: retry: 0 checksum: "10a3145a5101c00977091e7c946086edcc5e4acf8dfb57b1e912fdf27c23899cedc12cf14ef503a18a1018f917066149957d7460f3c080e2891af64cac05bc35" displayName: systemrescue-11.00-amd64.iso sourceType: download url: https://fastly-cdn.system-rescue.org/releases/11.00/systemrescue-11.00-amd64.iso ``` Modify...