public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager 0/4] ui: lxc/qemu: add reassign for disks and
@ 2021-11-12  9:53 Aaron Lauterer
  2021-11-12  9:53 ` [pve-devel] [PATCH manager 1/4] ui: qm: disk selection: add optional selection of unused Aaron Lauterer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Aaron Lauterer @ 2021-11-12  9:53 UTC (permalink / raw)
  To: pve-devel

This series adds the UI for the recently applied backend series that
allows to reassign a disk / volume from one guest to another.

The first patch is needed to reassing a disk as an unused disk on the
target VM side.


Patch 3 and 4 are optional. Patch 3 only changes a double negated option
and patch 4 happend in the process of working on an interface for the
reassign functionality. Since the work of modernizing this componend is
done, why not use it :)

Aaron Lauterer (4):
  ui: qm: disk selection: add optional selection of unused
  ui: lxc/qemu: add disk reassign
  ui: BusTypeSelector: change noVirtIO to withVirtIO
  ui: hdmove: modernize/refactor

 www/manager6/Makefile                   |   1 +
 www/manager6/Utils.js                   |   1 +
 www/manager6/form/BusTypeSelector.js    |   9 +-
 www/manager6/form/ControllerSelector.js |   6 +-
 www/manager6/lxc/Resources.js           |  69 ++++-
 www/manager6/qemu/CDEdit.js             |   2 +-
 www/manager6/qemu/CIDriveEdit.js        |   2 +-
 www/manager6/qemu/HDMove.js             | 239 +++++++++--------
 www/manager6/qemu/HDReassign.js         | 327 ++++++++++++++++++++++++
 www/manager6/qemu/HardwareView.js       |  65 ++++-
 10 files changed, 605 insertions(+), 116 deletions(-)
 create mode 100644 www/manager6/qemu/HDReassign.js

-- 
2.30.2





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-12 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12  9:53 [pve-devel] [PATCH manager 0/4] ui: lxc/qemu: add reassign for disks and Aaron Lauterer
2021-11-12  9:53 ` [pve-devel] [PATCH manager 1/4] ui: qm: disk selection: add optional selection of unused Aaron Lauterer
2021-11-12 17:39   ` [pve-devel] applied: " Thomas Lamprecht
2021-11-12  9:53 ` [pve-devel] [PATCH manager 2/4] ui: lxc/qemu: add disk reassign Aaron Lauterer
2021-11-12  9:53 ` [pve-devel] [PATCH manager 3/4] ui: BusTypeSelector: change noVirtIO to withVirtIO Aaron Lauterer
2021-11-12  9:53 ` [pve-devel] [PATCH manager 4/4] ui: hdmove: modernize/refactor Aaron Lauterer

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