From: "Dominic Jäger" <d.jaeger@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH 0/4] Importwizard
Date: Thu, 19 Nov 2020 10:46:16 +0100 [thread overview]
Message-ID: <20201119094620.49499-1-d.jaeger@proxmox.com> (raw)
As I've talked with Thomas & Dominik about the current state.
I cleaned up the worst chaos, but it's still very much work in progress.
Nonetheless, if
- you have an .ovf
- and its disks somewhere on your server
- and are root
then you can click through the wizard and will have a VM
- that actually starts
- has all the disks automatically attached, converted etc.
- has hostname, cores, RAM like in the .ovf
so that's something, I think.
Dominic Jäger (1):
Move importdisk from qm to API
PVE/API2/Qemu.pm | 209 ++++++++++++++++++++++++++++++++++-
PVE/API2/Qemu/Import.pm | 47 ++++++++
PVE/CLI/qm.pm | 70 ++----------
PVE/QemuServer.pm | 18 ++-
PVE/QemuServer/Drive.pm | 20 ++++
PVE/QemuServer/ImportDisk.pm | 85 --------------
PVE/QemuServer/Makefile | 1 -
PVE/QemuServer/OVF.pm | 10 +-
8 files changed, 306 insertions(+), 154 deletions(-)
create mode 100644 PVE/API2/Qemu/Import.pm
delete mode 100755 PVE/QemuServer/ImportDisk.pm
Dominic Jäger (3):
gui: Hardware View: Add GUI for importdisk
gui: Add button & cmdmenu
gui: Add importdisk wizard
PVE/API2/Nodes.pm | 48 +++++++++++++++++
www/manager6/Makefile | 2 +
www/manager6/Workspace.js | 15 ++++++
www/manager6/form/ControllerSelector.js | 26 +++++----
www/manager6/node/CmdMenu.js | 12 +++++
www/manager6/qemu/HDEdit.js | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
www/manager6/qemu/HardwareView.js | 24 +++++++++
www/manager6/qemu/ImportWizard.js | 379 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www/manager6/qemu/MultiHDEdit.js | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www/manager6/window/Wizard.js | 153 +++++++++++++++++++++++++++++------------------------
10 files changed, 1032 insertions(+), 95 deletions(-)
--
2.20.1
next reply other threads:[~2020-11-19 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-19 9:46 Dominic Jäger [this message]
2020-11-19 9:46 ` [pve-devel] [PATCH qemu-server 1/4] Move importdisk from qm to API Dominic Jäger
2020-11-19 9:46 ` [pve-devel] [PATCH manager 2/4] gui: Hardware View: Add GUI for importdisk Dominic Jäger
2020-11-20 8:15 ` Dominic Jäger
2020-11-19 9:46 ` [pve-devel] [PATCH manager 3/4] gui: Add button & cmdmenu Dominic Jäger
2020-11-19 9:46 ` [pve-devel] [PATCH manager 4/4] gui: Add importdisk wizard Dominic Jäger
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=20201119094620.49499-1-d.jaeger@proxmox.com \
--to=d.jaeger@proxmox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal