Re: [pve-devel] [RFC qemu/storage/qemu-server/container/manager 00/23] backup provider API

2024-07-27 Thread Dietmar Maurer
> Today, I believe the client is reading the data and pushing it to > PBS. In the case of CEPH, wouldn't this involve sourcing data from > multiple nodes and then sending it to PBS? Wouldn't it be more > efficient for PBS to read it directly from storage? In the case of > centralized storage, we'd

Re: [pve-devel] [RFC qemu/storage/qemu-server/container/manager 00/23] backup provider API

2024-07-27 Thread Dietmar Maurer
> Would adding support for offloading incremental difference detection > to the underlying storage be feasible with the API updates? The QEMU > bitmap strategy works for all storage devices but is far from > optimal. Sorry, but why do you think this is far from optimal? _

[pve-devel] [PATCH pve-storage 1/2] storage: enable upload for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- From: Arnaud Pascal Currently allowing only `.yml` and `.yaml` files. Signed-off-by: Arnaud Pascal --- src/PVE/API2/Storage/Status.pm | 14 -- src/PVE/Storage.pm | 11 +++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/

[pve-devel] [PATCH proxmox 0/2] Enable upload button for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- Hi everyone, I wanted to use cloud-init by only interacting with the Web UI on Proxmox. In all the steps required to do this, we need to reference snippets when using the `cicustom` option. However, it's not possible to upload them through the UI. It's currently only possibl

[pve-devel] [PATCH pve-manager 2/2] www: storage: enable upload for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- From: Arnaud Pascal Signed-off-by: Arnaud Pascal --- www/manager6/storage/Browser.js| 3 +++ www/manager6/window/UploadToStorage.js | 1 + 2 files changed, 4 insertions(+) diff --git a/www/manager6/storage/Browser.js b/www/manager6/storage/Browser.js index 2123141

Re: [pve-devel] [RFC qemu/storage/qemu-server/container/manager 00/23] backup provider API

2024-07-27 Thread Jonathan Nicklin via pve-devel
--- Begin Message --- Hi Fiona, Would adding support for offloading incremental difference detection to the underlying storage be feasible with the API updates? The QEMU bitmap strategy works for all storage devices but is far from optimal. If backup coordinated a storage snapshot, the underlying