[pve-devel] [PATCH storage/qemu-server/manager v2 0/4] Restore with a specified file format
Markus Frank
m.frank at proxmox.com
Wed Feb 12 14:02:25 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).
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 | 7 +++++++
1 file changed, 7 insertions(+)
qemu-server:
Markus Frank (1):
fix 4888: qmrestore: add disk-format option
PVE/API2/Qemu.pm | 6 ++++++
PVE/CLI/qmrestore.pm | 4 ++++
PVE/QemuServer.pm | 10 +++++++---
3 files changed, 17 insertions(+), 3 deletions(-)
manager:
Markus Frank (2):
ui: form: add hideFormatWhenStorageEmpty option to DiskStorageSelector
ui: window: add disk-format option to the restore window
www/manager6/form/DiskStorageSelector.js | 9 +++++++++
www/manager6/window/Restore.js | 16 +++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
--
2.39.5
More information about the pve-devel
mailing list