[pve-devel] [PATCH storage/qemu-server/manager v3 0/4] restore with a specified file format

Markus Frank m.frank at proxmox.com
Fri Mar 7 10:25:42 CET 2025


This patch series allows to restore all VM disks with a specified format
if supported by the target storage. The existing storage and the new
disk-format options can act as a default/fallback for per disk
storage/format customisation in the future (#4275).

v3:
* see individual patches

v2:
* renamed diskformat to disk-format
* added storage patch to a new standard option that only allows raw,
 qcow2 and vmdk



storage:

Markus Frank (1):
  add standard option for VM disk formats in file-based storages

 src/PVE/Storage/Plugin.pm | 6 ++++++
 1 file changed, 6 insertions(+)



qemu-server:

Markus Frank (1):
  fix 4888: qmrestore: add disk-format option

 PVE/API2/Qemu.pm     |  7 +++++++
 PVE/CLI/qmrestore.pm |  5 +++++
 PVE/QemuServer.pm    | 14 +++++++++-----
 3 files changed, 21 insertions(+), 5 deletions(-)



manager:

Markus Frank (2):
  ui: add hideFormatWhenStorageEmpty option to DiskStorageSelector
  ui: restore window: add disk-format option

 www/manager6/form/DiskStorageSelector.js | 12 +++++++++++-
 www/manager6/window/Restore.js           | 14 +++++++++-----
 2 files changed, 20 insertions(+), 6 deletions(-)

-- 
2.39.5





More information about the pve-devel mailing list