Feature #4320
Allow to update boot order of power-off VMs.
Status: | Closed | Start date: | 02/09/2016 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 90% | ||
Category: | Core & System | ||||
Target version: | Release 5.0 | ||||
Resolution: | fixed | Pull request: |
Description
This issue is to improve the operations that can be done on powered-off VMs.
- Cold resize
- Boot order
- Disk management
Related issues
Associated revisions
feature #4320: Rework the attach logic of NIC and DISK
feature #4320: BOOT allows to set any boot order in the form BOOT="disk0,nic1,disk2,nic0"
feature #4320: Better disk_id/nic_id parsing
feature #4320: New operation to update the configuration of a
VirtualMachine (OS, GRAPHICS, INPUT, RAW & FEATURES). CLI/OCA methods
implemented
feature #4320: CONTEXT can now be updated in poweroff related states
feature #4320: Make variable substitution when updating CONTEXT
Feature #4320: Fix typo (DEVICE_MODE => MODEL)
Feature #4320: Do not allow vm.updateconf in stopped state
Feature #4320: vm.updateconf dialog in sunstone admin view
Feature #4320: Fix tab navigation removing duplicated IDs
Feature #4320: Fix labels removing duplicated IDs
Feature #4320: Remove kernel, initrd & files in updateconf dialog
Feature #4320: Remove vnc port and random_password
Feature #4320: Add widget to edit boot order
feature #4320: Do not add multiple CREATED_BY attributes
feature #4320: Add template cloning ID
History
#1 Updated by Ruben S. Montero over 5 years ago
- Related to Backlog #2002: Adjust CPU ratio on running instances added
#2 Updated by Ruben S. Montero over 5 years ago
- Related to Backlog #4102: Allow "CLONE" / "IMAGE_FLATTEN" / "REVERT" operations on VM disk in "POWEROFF" state added
#3 Updated by Ruben S. Montero over 5 years ago
- Related to Backlog #4274: "Cold" resize operation for Images added
#4 Updated by Guillaume Oberlé over 5 years ago
+1 !
This feature would be really awesome ! Currently, in some cases it's frustrating to not be able to modify some attributes of an existing VM and especially in operational situation.
As a use case example: I broke my VM and I want to boot on a live CD to see what's happening on disks. The problem is that it's not possible to modify the boot order of the VM and libvirt's default boot order is hd (hard drive).
Ideally, I think that most of the parameters of a VM should be editable in POWEROFF state but I guess that this would require some work and I have to admit that I don't have time currently to contribute to this :(.
#5 Updated by Ruben S. Montero about 5 years ago
- Subject changed from Power-off state improvements to Allow to update boot order of power-off VMs.
Cold resize and disk management was already working. This issue will be renamed to focus on the boot-order attribute.
Regarding boot-order there are two issue:- Set the order e.g. cd, hd
- Reassign devices, for example if a cd is attached you may want to boot from the new cd, this means that targets needs to be moved.
#6 Updated by Tino Vázquez about 5 years ago
Add functionality in vCenter driver
#7 Updated by Ruben S. Montero about 5 years ago
- Assignee set to Carlos Martín
#8 Updated by Ruben S. Montero about 5 years ago
- % Done changed from 0 to 90
#9 Updated by Ruben S. Montero about 5 years ago
- % Done changed from 90 to 0
- Updateconf api call to behave la update template
- Do not allow to change DISK_ID and TARGET in context
- Add updateconf for vcenter view
#10 Updated by Ruben S. Montero about 5 years ago
- Assignee deleted (
Carlos Martín) - % Done changed from 0 to 90
#11 Updated by Ruben S. Montero about 5 years ago
- Status changed from New to Closed
- Resolution set to fixed