Bryan Lima
Bryan Lima
### Description Currently, there is no way to migrate running system VMs with volumes; this means, we cannot move their volumes to a new storage pool in runtime. This PR...
### Description Currently, ACS does not validate host tags on running VMs that have their computing resources increased via Scale VM command. Therefore, if a service offering with host tags...
### Description This PR aims to improve the error message while trying to update the storage tags of a Disk Offering when none of the Primary Storages have that set...
### Description Currently, ACS only has the option to enable the Quota plugin globally. However, for some use cases having the plugin active to specific accounts and domains may be...
### Description Currently, the API `quotaEmailTemplateUpdate` escapes JavaScript strings in the email templates for the `subject` and `body` fields. However, when using the API `quotaEmailTemplateList` the data returned were not...
### Description This PR aims to improve the user experience upon creation of Network Offerings warning the user of the scenarios in which a VR is created. For this, the...
### Description The PR #7152 changed the unit of the Quota types `VM_DISK_IO_READ`, `VM_DISK_IO_WRITE`, `VM_DISK_BYTES_READ` and `VM_DISK_BYTES_WRITE`. However, the pre-populated tariffs were not considered, and their unit type is still...
### Description This PR fixes a scenario where if the first cluster verified by ACS does not have any compatible hosts, an exception is thrown, ignoring the verification of possible...
### Description This PR adds a new component (`OwnershipSelection`) to specify the account/project when creating a VM and networks (can also be used for other resources in the future). This...
### Description This PR refactors some `*Allocator` classes, improving modularity and code legibility. This PR also made some changes to logs across these classes. ### Types of changes - [...