Christian González
Christian González
**Description** When a VM template containing multiple disks is instantiated using Sunstone disks are removed if any of the disks have defined the `SIZE` attribute, like in the example below:...
**Description** A list of the missing things is available below: Template (update) - [ ] [GENERAL] Make HYPERVISOR mandatory in VM Template create/update. - [ ] [GENERAL] Hot resize of...
**Description** When an existing image is cloned into a different datastore, the `DRIVER` attribute of the destination datastore is not being honored, resulting in having images with an unexpected format...
**Description** Python binding build script shows the warning below while installing the library: ``` SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. ``` It would...
**Description** The current implementation of Security Groups (SG) have to main limitations: - A high number of rules needs to be processed in high density setups. This also may expose...
**Description** It will increase the security and increase the flexibility on how to operate Hook Manager if it have an authentication method for subscribing the events. **Use case** Make Hook...
**Description** Allow to isolate a VM in an specific NUMA node withing exclusively pinning the VM to the node. The node should be still available for other VMs, but the...
- [x] *The Jira issue number for this PR is: MDEV-30908* ## Description Update `SESSION_USER()` behaviour to be comparable with `CURRENT_USER()`. `SESSION_USER()` will return the user and host columns from...
**Description** Implement support for CPU Pinning feature for Firecracker microVMs. **Interface Changes** The existing interfaces for other hypervisors should be used. ## Progress Status - [ ] Branch created -...