OpenNebula Systems Support Team
OpenNebula Systems Support Team
**Description** Currently `onedb change-body` command retrieves the VM Pool using `info_all` method which will ignore VMs in `DONE` state. Change this behavior so VMs in `DONE` state can also be...
**Description** Extra volatile disks declared on a VM Template will be ignored by Sunstone on VM instantiation if no default values are changed on the instantiate wizard. **To Reproduce** Create...
**Description** When deleting service template and associated images to it, if the image is used by another service template is also deleted and should not. **To Reproduce** 1. clone a...
**Description** It will be useful for some scenarios to be able to migrate an image between different datastores with or without the same DS_MAD. Currently `oneimage` command can clone an...
**Description** The current behavior is the following: a change in VM image name is not showing up in VM properties. As it's explained [here](https://github.com/OpenNebula/one/issues/6141#issuecomment-1438864216) it's because > Image names are...
**Description** Remove the POWEROFF [state limitation](https://github.com/OpenNebula/one/blob/b27b0d43ca4d7f95f217a773d5329f3ebf31fd8d/src/dm/DispatchManagerActions.cc#L1180-L1192) when issuing the `one.vm.recover` call with the `--recreate` flag. It currently excludes STOPPED, UNDEPLOYED, SUSPENDED and POWEROFF as states that the VM cannot be...
**Description** There is a request from the customer for having a possibility to have "a per-user-based and user-defined LUKS secret". In the current OpenNebula implementation the manual steps are required...
**Description** Currently opennebula does not allow UEFI VM snapshots. The snapshots being done right now are internal and they are not supported by libvirt. **To Reproduce** When a snapshot of...
**Description** Evaluate the support of [DPU based acceleration](https://www.vmware.com/topics/glossary/content/dpu-based-acceleration.html) in the KVM driver. **Use case** Performance increase by virtue of workload offload to dedicated SmartNIC hardware. ## Progress Status - [...
**Description** If we configure a usage quota for a particular resource for a user or group, and then that user/group is restricted from using the resource, the quota is kept...