public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Mauro de Pascale <mauro.depascale.work@outlook.it>
To: "pve-devel@lists.proxmox.com" <pve-devel@lists.proxmox.com>
Cc: Mauro de Pascale <mauro.depascale@leonardo.com>
Subject: [PATCH 0/1] RFC: storage: allow VM restore from uploaded VMA archives
Date: Fri, 26 Jun 2026 16:43:41 +0000	[thread overview]
Message-ID: <20260626164339.44662-1-mauro.depascale.work@outlook.it> (raw)

From: Mauro de Pascale <mauro.depascale@leonardo.com>

This RFC is part of a proposal to add direct VM backup export/import workflows
to Proxmox VE.

The goal is to allow VM archives to be transferred directly between the client
and the node, without requiring an intermediate storage location, similarly
to workflows available in other virtualization platforms.

This series extends the existing storage upload endpoint to recognize VMA
archives and trigger a restore workflow.

The implementation intentionally reuses the existing upload infrastructure:

* the current upload endpoint is extended instead of introducing a new API;
* this keeps compatibility with the existing API proxy and authentication
  flow;
* qmrestore is reused as the restore backend.

A dedicated import endpoint could be considered in the future, but the current
approach minimizes changes to the codebase and allows evaluation of the
feature direction.

This patch is intended as an RFC to discuss the possible integration path and
collect feedback before considering a more complete implementation.

Required by:
- pve-manager RFC: add direct VM backup export/import support

Mauro de Pascale (1):
  storage: add streamed VM backup import endpoint

 src/PVE/API2/Storage/Status.pm | 2283 ++++++++++++++++----------------
 1 file changed, 1178 insertions(+), 1105 deletions(-)

-- 
2.47.3




             reply	other threads:[~2026-07-01  8:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-26 16:43 Mauro de Pascale [this message]
2026-06-26 16:43 ` [PATCH 1/1] storage: add streamed VM backup import endpoint Mauro de Pascale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260626164339.44662-1-mauro.depascale.work@outlook.it \
    --to=mauro.depascale.work@outlook.it \
    --cc=mauro.depascale@leonardo.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal